mirror of
https://github.com/openssl/openssl.git
synced 2024-12-14 04:24:23 +08:00
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:
parent
2957150478
commit
851165946f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user