[openssl] master update
dev at ddvo.net
dev at ddvo.net
Fri Jul 10 07:16:41 UTC 2020
The branch master has been updated
via 851165946fef1f2f7bc2c0ac29824b1fd14bb8f5 (commit)
from 2957150478260c8140eca389650956baa5195f15 (commit)
- Log -----------------------------------------------------------------
commit 851165946fef1f2f7bc2c0ac29824b1fd14bb8f5
Author: Dr. David von Oheimb <David.von.Oheimb at siemens.com>
Date: Thu Jul 9 08:00:59 2020 +0200
ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.h
Fixes #12386
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12399)
-----------------------------------------------------------------------
Summary of changes:
include/openssl/ocsp.h | 1 +
1 file changed, 1 insertion(+)
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
More information about the openssl-commits
mailing list