Skip to content

Commit 9e7be59

Browse files
authored
build CHANGE remove safety check (#223)
Refs #217
1 parent d391091 commit 9e7be59

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,6 @@ if(ENABLE_DNSSEC AND NOT ENABLE_SSH)
7272
set(ENABLE_DNSSEC OFF)
7373
endif()
7474

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-
8475
# package options
8576
find_program(DEB_BUILDER NAMES debuild)
8677
find_program(RPM_BUILDER NAMES rpmbuild)

0 commit comments

Comments
 (0)