ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.h

Fixes #12386

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12399)
This commit is contained in:
Dr. David von Oheimb 2020-07-09 08:00:59 +02:00
parent 2957150478
commit 851165946f

View File

@ -17,6 +17,7 @@
# endif
# include <openssl/opensslconf.h>
# include <openssl/http.h> /* for OSSL_HTTP_parse_url */
/*
* These definitions are outside the OPENSSL_NO_OCSP guard because although for