[build] CMake mod_openssl, mod_wolfssl can coexist

This commit is contained in:
Glenn Strauss 2020-10-27 12:37:48 -04:00
parent e130124892
commit 07f40eaf9a
1 changed files with 0 additions and 4 deletions

View File

@ -375,10 +375,6 @@ else()
unset(HAVE_WOLFSSL_SSL_H)
endif()
if(WITH_OPENSSL AND WITH_WOLFSSL)
message(FATAL_ERROR "lighttpd should not be built with both --with-openssl and --with-wolfssl")
endif()
if(WITH_MBEDTLS)
check_include_files(mbedtls/ssl.h HAVE_MBEDTLS_SSL_H)
if(HAVE_MBEDTLS_SSL_H)