]> git.ipfire.org Git - thirdparty/openssl.git/commit
Redefine macro X509_http_nbio to avoid using ocsp.h
authorDaniel Fiala <daniel@openssl.org>
Tue, 29 Mar 2022 18:32:42 +0000 (20:32 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 5 Apr 2022 07:19:17 +0000 (09:19 +0200)
commitf593f32eede30ead69e0a16e47a564a664171283
tree8c95afb24ae2d466fa902061b1f689ea3364b088
parentb625e21e67666213ffd3ba6b1f2cd8a847ba6b66
Redefine macro X509_http_nbio to avoid using ocsp.h

The functions used from ocsp.h are actually just aliases
for functions from http.h. Use them directly to avoid
including ocsp.h.

Fixes openssl#17148

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17980)
include/openssl/x509.h.in