X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeConfig.txt;h=d8afcaefc3ceae4cee6a09a0eacb45d0eb0b67e4;hb=b7f446e55146456e368c3926347f4c771afcea8c;hp=973ff8244d2cb0ebca052a0afdbec135fa8f129e;hpb=2aab18117a2b078dd0eb366f3766a1fef06da695;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}"