]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: follow up to r1861950: allow for OPENSSL_init_ssl() without autoconf.
authorYann Ylavic <ylavic@apache.org>
Fri, 21 Feb 2020 14:22:10 +0000 (14:22 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 21 Feb 2020 14:22:10 +0000 (14:22 +0000)
commitd8fb24a0fd694766a64cda5633cac9b0d1056333
treee479134cc10ddcffe632615bfda0b64f97c3bd45
parent7533485e63707926fa644f2841f80382a646d837
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/trunk@1874323 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.c
modules/ssl/ssl_private.h