]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix compiler warning when using OpenSSL 1.1.0.
authorRainer Jung <rjung@apache.org>
Wed, 10 Aug 2016 19:59:00 +0000 (19:59 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 10 Aug 2016 19:59:00 +0000 (19:59 +0000)
commite25f119fba49afd908e7a97f81088d93587e9899
tree969a94f61c26e1465ab4cf089a1c2e47a32217e6
parentcab6568df8cb5661fdbbf8cec308971ab713c0dd
Fix compiler warning when using OpenSSL 1.1.0.

The old compatibility macro check no longer works,
because those are now actual functions, so an
ifndef is not the correct check.

Backport of r1729435 from trunk.

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