summaryrefslogtreecommitdiff
path: root/src/authAlgo.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-18 23:31:33 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-18 23:31:33 +0000
commita39dd07546ab48648021f03e87b2831ffaf50df8 (patch)
tree788b8db0b2dd4162318084739b863412b7a73612 /src/authAlgo.h
parentdoing replay protection before learning remote host (diff)
some cleanup
Diffstat (limited to 'src/authAlgo.h')
-rw-r--r--src/authAlgo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/authAlgo.h b/src/authAlgo.h
index 809880d..cca706d 100644
--- a/src/authAlgo.h
+++ b/src/authAlgo.h
@@ -36,7 +36,7 @@
#include "buffer.h"
#include "encryptedPacket.h"
-#ifndef NOCRYPT
+#ifndef NO_CRYPT
#ifndef USE_SSL_CRYPTO
#include <gcrypt.h>
#else
@@ -77,7 +77,7 @@ public:
bool checkTag(KeyDerivation& kd, EncryptedPacket& packet);
};
-#ifndef NOCRYPT
+#ifndef NO_CRYPT
//****** Sha1AuthAlgo ******
//* HMAC SHA1 Auth Tag Generator Class