X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeConfig.txt;h=d8afcaefc3ceae4cee6a09a0eacb45d0eb0b67e4;hb=57ec8fadba1012a32bb52d8f6c61645a7b79b124;hp=973ff8244d2cb0ebca052a0afdbec135fa8f129e;hpb=47e39907785cefb1dd9b5c2284681919d644bdf5;p=awesomized%2Flibmemcached diff --git a/CMakeConfig.txt b/CMakeConfig.txt index 973ff824..d8afcaef 100644 --- a/CMakeConfig.txt +++ b/CMakeConfig.txt @@ -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}"