]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1874323 from trunk:
authorEric Covener <covener@apache.org>
Thu, 12 Mar 2020 02:04:38 +0000 (02:04 +0000)
committerEric Covener <covener@apache.org>
Thu, 12 Mar 2020 02:04:38 +0000 (02:04 +0000)
commit5fd6810751da05ed6fa40d4dbee84d208f1f5e85
treea7d1bee0b6cb65abe23cc5ad767f7fe4b14832d6
parentb639341e1418e1b8c87a960af793974c81fdc53b
Merge r1874323 from trunk:

mod_ssl: follow up to r1861950: allow for OPENSSL_init_ssl() without autoconf.

For systems with no autoconf (eg. Windows), still check for and use
OPENSSL_init_ssl() based on OpenSSL version >= 1.1.0.

Usual LibreSSL gotcha, exclude LIBRESSL_VERSION_NUMBER from this new heuristic
since autoconf is likely available in this case.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1875113 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.c
modules/ssl/ssl_private.h