We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d391091 commit 9e7be59Copy full SHA for 9e7be59
1 file changed
CMakeLists.txt
@@ -72,15 +72,6 @@ if(ENABLE_DNSSEC AND NOT ENABLE_SSH)
72
set(ENABLE_DNSSEC OFF)
73
endif()
74
75
-if(ENABLE_SSH)
76
- find_library(LIBCRYPT crypt)
77
- if(LIBCRYPT STREQUAL LIBCRYPT-NOTFOUND)
78
- message(WARNING "LIBCRYPT not found! SSH, and TLS support disabled.")
79
- set(ENABLE_SSH OFF)
80
- set(ENABLE_TLS OFF)
81
- endif()
82
-endif()
83
-
84
# package options
85
find_program(DEB_BUILDER NAMES debuild)
86
find_program(RPM_BUILDER NAMES rpmbuild)
0 commit comments