From a39dd07546ab48648021f03e87b2831ffaf50df8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 18 Jan 2009 23:31:33 +0000 Subject: some cleanup --- src/keyDerivation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/keyDerivation.h') 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 #else @@ -135,7 +135,7 @@ private: }; -#ifndef NOCRYPT +#ifndef NO_CRYPT //****** AesIcmKeyDerivation ****** class AesIcmKeyDerivation : public KeyDerivation -- cgit v1.2.3