From 2f4aa2fea1bcad501c629e490e83ac311b79dc88 Mon Sep 17 00:00:00 2001 From: Justin Karneges Date: Tue, 3 Apr 2007 18:12:25 +0000 Subject: [PATCH] allow disabling security without having to edit the file svn path=/trunk/kdesupport/qca/; revision=650053 --- include/QtCrypto/qpipe.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/QtCrypto/qpipe.h b/include/QtCrypto/qpipe.h index 9501de13..232142a7 100644 --- a/include/QtCrypto/qpipe.h +++ b/include/QtCrypto/qpipe.h @@ -32,7 +32,9 @@ #include -#define QPIPE_SECURE +#ifndef QPIPE_NO_SECURE +# define QPIPE_SECURE +#endif #ifdef QPIPE_SECURE # include