ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/m4/ax_arg_openssl.m4
(Generate patch)

Comparing hopm/branches/1.1.x/m4/ax_arg_openssl.m4 (file contents):
Revision 9485 by michael, Sat Feb 9 18:50:23 2019 UTC vs.
Revision 9486 by michael, Sat Jul 4 19:27:27 2020 UTC

# Line 61 | Line 61 | else
61   fi
62  
63   AS_IF([test "$cf_enable_openssl" != "no"],
64 < [AC_MSG_CHECKING(for LibreSSL or OpenSSL 1.0.1f and above)
64 > [AC_MSG_CHECKING(for LibreSSL, or OpenSSL 1.1.1 and above)
65    AC_RUN_IFELSE([
66      AC_LANG_PROGRAM([
67      #include <openssl/opensslv.h>
68      #include <stdlib.h>],
69 <    [[ exit(!(OPENSSL_VERSION_NUMBER >= 0x1000106fL)); ]])],
69 >    [[ exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL)); ]])],
70    [cf_openssl_version_ok=yes],
71    [cf_openssl_version_ok=no],
72    [cf_openssl_version_ok=no])

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)