summaryrefslogtreecommitdiff
path: root/crypto/http
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-03-09 15:26:17 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-03-18 17:52:38 +1000
commitc8830891e6cb8d0782986662ca50b8fa7c97f49f (patch)
treeaf20cb71778e85265c8aa2adb004907b5e0be3a3 /crypto/http
parent3022b7f40407aa9d50d1e4193e22a092b23c7717 (diff)
downloadopenssl-new-c8830891e6cb8d0782986662ca50b8fa7c97f49f.tar.gz
Add ossl_provider symbols
Partial fix for #12964 Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14473)
Diffstat (limited to 'crypto/http')
-rw-r--r--crypto/http/http_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/http/http_local.h b/crypto/http/http_local.h
index 1dfa03ce8e..3164f62a77 100644
--- a/crypto/http/http_local.h
+++ b/crypto/http/http_local.h
@@ -14,6 +14,7 @@
# include <openssl/ocsp.h>
BIO *ossl_http_asn1_item2bio(const ASN1_ITEM *it, const ASN1_VALUE *val);
+
OSSL_HTTP_REQ_CTX
*ossl_http_req_ctx_new(BIO *wbio, BIO *rbio, int use_http_proxy,
const char *server, const char *port,