diff --git a/CMakeLists.txt b/CMakeLists.txt index be4a1822ae..6795b67967 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -828,9 +828,6 @@ if(CURL_USE_OPENSSL) set(_openssl "AmiSSL") else() set(_openssl "OpenSSL") - if(OPENSSL_VERSION VERSION_LESS 1.1.1) - message(WARNING "OpenSSL ${OPENSSL_VERSION} does not support TLS 1.3.") - endif() endif() endif()