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/cipherFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cipherFactory.cpp') diff --git a/src/cipherFactory.cpp b/src/cipherFactory.cpp index 02fff5d..e53620e 100644 --- a/src/cipherFactory.cpp +++ b/src/cipherFactory.cpp @@ -40,7 +40,7 @@ Cipher* CipherFactory::create(std::string const& type, kd_dir_t dir) { if( type == "null" ) return new NullCipher(); -#ifndef NOCRYPT +#ifndef NO_CRYPT else if( type == "aes-ctr" ) return new AesIcmCipher(dir); else if( type == "aes-ctr-128" ) -- cgit v1.2.3