File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2817,7 +2817,7 @@ if test "x$openssl" = "xyes" ; then
28172817#ifndef HAVE_OPENSSL_VERSION_NUM
28182818# define OpenSSL_version_num SSLeay
28192819#endif
2820- # if LIBRESSL_VERSION_NUMBER >= 0x3070100fL
2820+ # if LIBRESSL_VERSION_NUMBER > 0x3060900fL
28212821/* older versions of libressl don't have EVP_CIPHER_meth_ functions
28222822 * this tests the version number and prepends Libre on the results
28232823 * and that is checked for specifically in the case statement below
@@ -2836,7 +2836,7 @@ if test "x$openssl" = "xyes" ; then
28362836 ] ] ) ] ,
28372837 [
28382838 ssl_library_ver=`cat conftest.ssllibver`
2839- AC_MSG_RESULT ( [ $ssl_library_ver] )
2839+ AC_MSG_NOTICE ( [ version is $ssl_library_ver] )
28402840 # Check version is supported.
28412841 case "$ssl_library_ver" in
28422842 10000*|0*)
You can’t perform that action at this time.
0 commit comments