Skip to content

Commit 64e3588

Browse files
committed
Revert "don't build with OpenSSL 3.0, it doesn't work before MDEV-25785"
This reverts commit c9beef4, because we have OpenSSL 3.0 support here.
1 parent 4fb2cb1 commit 64e3588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ssl.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ MACRO (MYSQL_CHECK_SSL)
119119
ENDIF()
120120
FIND_PACKAGE(OpenSSL)
121121
SET_PACKAGE_PROPERTIES(OpenSSL PROPERTIES TYPE RECOMMENDED)
122-
IF(OPENSSL_FOUND AND OPENSSL_VERSION AND OPENSSL_VERSION VERSION_LESS "3.0.0")
122+
IF(OPENSSL_FOUND)
123123
SET(OPENSSL_LIBRARY ${OPENSSL_SSL_LIBRARY})
124124
INCLUDE(CheckSymbolExists)
125125
SET(SSL_SOURCES "")

0 commit comments

Comments
 (0)