Skip to content

Commit cb9e892

Browse files
authored
Merge pull request #745 from kmansoft/main-kostya
Don't require OpenSSL version number as BoringSSL doesn't define it
2 parents 12ca078 + 0428aa2 commit cb9e892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if(ENABLE_OPENSSL)
100100
if(ENABLE_WOLFSSL OR ENABLE_NSS OR ENABLE_MBEDTLS)
101101
message(FATAL_ERROR "ssl conflict. can not enable openssl and wolfssl, mbedtls or nss simultaneously.")
102102
endif()
103-
find_package(OpenSSL 1.1.0 REQUIRED)
103+
find_package(OpenSSL REQUIRED)
104104
set(OPENSSL ${ENABLE_OPENSSL} CACHE BOOL INTERNAL)
105105
set(GCM ${ENABLE_OPENSSL} CACHE BOOL INTERNAL)
106106
endif()

0 commit comments

Comments
 (0)