summaryrefslogtreecommitdiff
path: root/src/keyDerivation.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/keyDerivation.h
parentdoing replay protection before learning remote host (diff)
some cleanup
Diffstat (limited to 'src/keyDerivation.h')
-rw-r--r--src/keyDerivation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyDerivation.h b/src/keyDerivation.h
index 518a498..ea5f359 100644
--- a/src/keyDerivation.h
+++ b/src/keyDerivation.h
@@ -37,7 +37,7 @@
#include "threadUtils.hpp"
#include "syncBuffer.h"
-#ifndef NOCRYPT
+#ifndef NO_CRYPT
#ifndef USE_SSL_CRYPTO
#include <gcrypt.h>
#else
@@ -135,7 +135,7 @@ private:
};
-#ifndef NOCRYPT
+#ifndef NO_CRYPT
//****** AesIcmKeyDerivation ******
class AesIcmKeyDerivation : public KeyDerivation