commit | 5c69cdf24739cd5bb0e64ec99d72c7c07a040ec9 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Fri May 26 16:29:29 2017 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Fri May 26 16:29:29 2017 +0200 |
tree | 86c4e35c707f73edcafd2f88488aea6a495bb3d5 | |
parent | da0afb204122d5c28ccc13c5aadd4da602f0d532 [diff] [blame] |
build BUGFIX OpenSSL is needed even when only SSH transport is enabled
diff --git a/CMakeLists.txt b/CMakeLists.txt index fef1764..712742c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -112,7 +112,7 @@ endif() # dependencies - openssl -if(ENABLE_TLS OR ENABLE_DNSSEC) +if(ENABLE_TLS OR ENABLE_DNSSEC OR ENABLE_SSH) find_package(OpenSSL REQUIRED) if (ENABLE_TLS) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DNC_ENABLED_TLS")