Skip to content

Commit

Permalink
Revert "don't build with OpenSSL 3.0, it doesn't work before MDEV-25785"
Browse files Browse the repository at this point in the history
This reverts commit c9beef4, because
we have OpenSSL 3.0 support here.

part of MDEV-28133
  • Loading branch information
sanja-byelkin authored and vaintroub committed May 23, 2022
1 parent f0fa40e commit 987d16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ssl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ MACRO (MYSQL_CHECK_SSL)
ENDIF()
FIND_PACKAGE(OpenSSL)
SET_PACKAGE_PROPERTIES(OpenSSL PROPERTIES TYPE RECOMMENDED)
IF(OPENSSL_FOUND AND OPENSSL_VERSION AND OPENSSL_VERSION VERSION_LESS "3.0.0")
IF(OPENSSL_FOUND)
SET(OPENSSL_LIBRARY ${OPENSSL_SSL_LIBRARY})
INCLUDE(CheckSymbolExists)
SET(SSL_SOURCES "")
Expand Down

0 comments on commit 987d16a

Please sign in to comment.