summaryrefslogtreecommitdiff
path: root/src/cipher.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-11-28 18:45:57 +0000
committerOthmar Gsenger <otti@anytun.org>2008-11-28 18:45:57 +0000
commitac2147483cfcbb6f01123d65e67b7bb363bddc8f (patch)
treed7812a08b15dbc54df6f97b7b64ae913972f309b /src/cipher.h
parentsome more type cleanups and missig NOCRYPT defines (diff)
added some windows support (not working now)
try to build with following Options: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOROUTING;NOSIGNALCONTROLLER
Diffstat (limited to 'src/cipher.h')
-rw-r--r--src/cipher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cipher.h b/src/cipher.h
index d402bce..c49b3fc 100644
--- a/src/cipher.h
+++ b/src/cipher.h
@@ -37,8 +37,9 @@
#include "encryptedPacket.h"
#include "plainPacket.h"
+#ifndef NOCRYPT
#include <gcrypt.h>
-
+#endif
class Cipher
{