diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2021-06-12 17:43:15 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-06-16 15:36:01 +0200 |
commit | ab9d67efa4c2a4ee6787430a447de675cb78c8e2 (patch) | |
tree | 8a7a336f91247b9f45e13f48980084a4ed2a68ce /util/libcrypto.num | |
parent | X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho... (diff) | |
download | openssl-ab9d67efa4c2a4ee6787430a447de675cb78c8e2.tar.xz openssl-ab9d67efa4c2a4ee6787430a447de675cb78c8e2.zip |
HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.c
For this reason, export this function, which allows removing http_local.h
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15764)
Diffstat (limited to '')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index aecbbbb2a8..73e84ff08e 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4873,6 +4873,7 @@ BIO_socket_wait ? 3_0_0 EXIST::FUNCTION:SOCK BIO_wait ? 3_0_0 EXIST::FUNCTION: BIO_do_connect_retry ? 3_0_0 EXIST::FUNCTION: OSSL_parse_url ? 3_0_0 EXIST::FUNCTION: +OSSL_HTTP_adapt_proxy ? 3_0_0 EXIST::FUNCTION: OSSL_HTTP_REQ_CTX_get_resp_len ? 3_0_0 EXIST::FUNCTION: OSSL_HTTP_REQ_CTX_set_expected ? 3_0_0 EXIST::FUNCTION: OSSL_HTTP_is_alive ? 3_0_0 EXIST::FUNCTION: |