Skip to content

Commit d835728

Browse files
committed
more libressl configure.ac tests
1 parent 8072efa commit d835728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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*)

0 commit comments

Comments
 (0)