libhashkit/aes: make using openssl configurable
[awesomized/libmemcached] / src / libhashkit / aes.cc
index d4fdad5a0d7fe4387937639072344078d72a4983..d65a9d914666ef3adb4acfd24ea9c5ec2d56d527 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <cstring>
 
-#ifdef WITH_OPENSSL
+#ifdef HAVE_OPENSSL_CRYPTO
 
 #include <openssl/evp.h>
 
@@ -250,4 +250,4 @@ hashkit_string_st *aes_decrypt(aes_key_t *_aes_key, const char *source, size_t s
 
   return destination;
 }
-#endif
\ No newline at end of file
+#endif