ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/configure
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/configure (file contents):
Revision 9124 by michael, Sun Jan 5 19:09:19 2020 UTC vs.
Revision 9130 by michael, Fri Jan 10 19:11:29 2020 UTC

# Line 16742 | Line 16742 | fi
16742  
16743   if test "$cf_enable_openssl" != "no"; then :
16744    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 1.0.1f and above" >&5
16745 < $as_echo_n "checking for LibreSSL or OpenSSL 1.0.2r and above... " >&6; }
16745 > $as_echo_n "checking for LibreSSL, or OpenSSL 1.1.1 and above... " >&6; }
16746    if test "$cross_compiling" = yes; then :
16747    cf_openssl_version_ok=no
16748   else
# Line 16755 | Line 16755 | else
16755   int
16756   main ()
16757   {
16758 < exit(!(OPENSSL_VERSION_NUMBER >= 0x1000212fL));
16758 > exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL));
16759    ;
16760    return 0;
16761   }

Diff Legend

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