X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Flibhashkit%2Faes.cc;h=d65a9d914666ef3adb4acfd24ea9c5ec2d56d527;hb=b7f446e55146456e368c3926347f4c771afcea8c;hp=d4fdad5a0d7fe4387937639072344078d72a4983;hpb=2aab18117a2b078dd0eb366f3766a1fef06da695;p=awesomized%2Flibmemcached diff --git a/src/libhashkit/aes.cc b/src/libhashkit/aes.cc index d4fdad5a..d65a9d91 100644 --- a/src/libhashkit/aes.cc +++ b/src/libhashkit/aes.cc @@ -17,7 +17,7 @@ #include -#ifdef WITH_OPENSSL +#ifdef HAVE_OPENSSL_CRYPTO #include @@ -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