summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-07-09 08:00:59 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-07-10 09:14:54 +0200
commit851165946fef1f2f7bc2c0ac29824b1fd14bb8f5 (patch)
tree9fec1235301d4a6ff238a12608fdfba514c8b440
parent2957150478260c8140eca389650956baa5195f15 (diff)
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)
-rw-r--r--include/openssl/ocsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/ocsp.h b/include/openssl/ocsp.h
index d5ccff0e8b..1c514efeee 100644
--- a/include/openssl/ocsp.h
+++ b/include/openssl/ocsp.h
@@ -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