]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/ssl/ssl_private.h: Define X509_up_ref and EVP_PKEY_up_ref
authorJoe Orton <jorton@apache.org>
Thu, 26 Mar 2020 11:03:54 +0000 (11:03 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 26 Mar 2020 11:03:54 +0000 (11:03 +0000)
commit11d565c3ce89c4a1b0fc9b7c09c9f6b71b8e4fd4
tree561d2be218bbf6f2873368ac042317dea9bebd3b
parent697443a4f3f0b8afec9e7685498299bd6c8648d0
* modules/ssl/ssl_private.h: Define X509_up_ref and EVP_PKEY_up_ref
  for OpenSSL < 1.1.

* modules/ssl/ssl_engine_kernel.c (modssl_set_cert_info):
* modules/ssl/ssl_util_stapling.c (stapling_get_issuer):
  Use the above macros for all OpenSSL versions.

Github: closes #104

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875702 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_private.h
modules/ssl/ssl_util_stapling.c