Commit e3979341 authored by Sergey Vojtovich's avatar Sergey Vojtovich

Do not require libssl1.0.0 (not available on all buildbot platforms).

parent 5d20f7b3
......@@ -170,8 +170,7 @@ MACRO (MYSQL_CHECK_SSL)
IF(OPENSSL_INCLUDE_DIR AND
OPENSSL_LIBRARIES AND
CRYPTO_LIBRARY AND
OPENSSL_MAJOR_VERSION STREQUAL "1"
CRYPTO_LIBRARY
)
SET(OPENSSL_FOUND TRUE)
ELSE()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment