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-29000
  • Loading branch information
sanja-byelkin authored and vaintroub committed Jul 4, 2022
1 parent 8a9c1e9 commit 1dc09ce
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 1dc09ce

Please sign in to comment.