summaryrefslogtreecommitdiff
path: root/src/authAlgo.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-11-28 17:53:09 +0000
committerOthmar Gsenger <otti@anytun.org>2008-11-28 17:53:09 +0000
commit8a024eba12f15556a0d28ba81439b056dfe9d5eb (patch)
tree65081ee7fdb6b217cbd9f6b62b3095d8c734f382 /src/authAlgo.h
parentadded compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows porting (diff)
some more type cleanups and missig NOCRYPT defines
Diffstat (limited to 'src/authAlgo.h')
-rw-r--r--src/authAlgo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/authAlgo.h b/src/authAlgo.h
index 2e01c0b..3085673 100644
--- a/src/authAlgo.h
+++ b/src/authAlgo.h
@@ -36,7 +36,9 @@
#include "buffer.h"
#include "encryptedPacket.h"
+#ifndef NOCRYPT
#include <gcrypt.h>
+#endif
class AuthAlgo
{