summaryrefslogtreecommitdiff
path: root/src/cipher.h
diff options
context:
space:
mode:
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
{