From: Dr. David von Oheimb Date: Thu, 9 Jul 2020 06:00:59 +0000 (+0200) Subject: ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.h X-Git-Tag: openssl-3.0.0-alpha5~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=851165946fef1f2f7bc2c0ac29824b1fd14bb8f5;p=thirdparty%2Fopenssl.git ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.h Fixes #12386 Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12399) --- diff --git a/include/openssl/ocsp.h b/include/openssl/ocsp.h index d5ccff0e8bc..1c514efeee7 100644 --- a/include/openssl/ocsp.h +++ b/include/openssl/ocsp.h @@ -17,6 +17,7 @@ # endif # include +# include /* for OSSL_HTTP_parse_url */ /* * These definitions are outside the OPENSSL_NO_OCSP guard because although for