From b999068555b816acbd9a632d1bb61b9bea91af6f Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Wed, 17 Oct 2012 19:02:32 +0000 Subject: [PATCH] Use OpenSSL by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bbe9484..9662dcf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ set (PROJECT_SOURCE_DIR "${CMAKE_SOURCE_DIR}/src") option(RELEASE "Release build, debug build if disabled" ON) option(LINK_SUPPORT "Allow hub linking" OFF) option(SSL_SUPPORT "Enable SSL support" ON) -option(USE_OPENSSL "Use OpenSSL's SSL support" OFF) +option(USE_OPENSSL "Use OpenSSL's SSL support" ON ) option(SQLITE_SUPPORT "Enable SQLite support" ON) option(ADC_STRESS "Enable the stress tester client" OFF)