Skip to content

Commit

Permalink
Lowered required GnuTLS version number to bugfix/security release 3.3.24
Browse files Browse the repository at this point in the history
reverted last commit which lowered GnuTLS version number to 3.3.0 (which is a nogo!)
  • Loading branch information
9EOR9 committed Dec 21, 2016
1 parent b4b0f78 commit cae391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ IF(NOT WITH_SSL STREQUAL "OFF")
ENDIF()
ENDIF()
IF(WITH_SSL STREQUAL "GNUTLS")
FIND_PACKAGE(GnuTLS "3.4.0" REQUIRED)
FIND_PACKAGE(GnuTLS "3.3.24" REQUIRED)
IF(GNUTLS_FOUND)
ADD_DEFINITIONS(-DHAVE_GNUTLS -DHAVE_TLS)
SET(SSL_SOURCES "${CC_SOURCE_DIR}/libmariadb/secure/gnutls.c")
Expand Down

0 comments on commit cae391f

Please sign in to comment.