diff options
Diffstat (limited to 'src/keyDerivation.h')
-rw-r--r-- | src/keyDerivation.h | 4 |
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 |