libhashkit/aes: make using openssl configurable
[awesomized/libmemcached] / CMakeConfig.txt
index 973ff8244d2cb0ebca052a0afdbec135fa8f129e..d8afcaefc3ceae4cee6a09a0eacb45d0eb0b67e4 100644 (file)
@@ -65,6 +65,9 @@ if(NOT DEFINED ENV{ENABLE_MEMASLAP})
 endif()
 option(ENABLE_MEMASLAP      "enable memaslap client"
        $ENV{ENABLE_MEMASLAP})
+option(ENABLE_OPENSSL_CRYPTO
+                            "enable OpenSSL's libcrypto instead of bundled AES implementation"
+       $ENV{ENABLE_OPENSSL_CRYPTO})
 
 if(BUILD_TESTING)
     set(MEMCACHED_BINARY "$ENV{MEMCACHED_BINARY}"