diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2021-05-04 08:05:44 +0200 |
---|---|---|
committer | Dr. David von Oheimb <dev@ddvo.net> | 2021-05-05 20:50:15 +0200 |
commit | a07b0bfb99169d23d2801b8aee210d98a0d12cac (patch) | |
tree | 3524678d152927fb35c84094b9e45646f6d14bc5 /util/other.syms | |
parent | APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro (diff) | |
download | openssl-a07b0bfb99169d23d2801b8aee210d98a0d12cac.tar.xz openssl-a07b0bfb99169d23d2801b8aee210d98a0d12cac.zip |
Deprecate X509{,_CRL}_http_nbio() and simplify their definition
This is done by making use of OCSP_REQ_CTX_nbio_d2i().
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15131)
Diffstat (limited to 'util/other.syms')
-rw-r--r-- | util/other.syms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/other.syms b/util/other.syms index bd9f4d32a9..3f36f53076 100644 --- a/util/other.syms +++ b/util/other.syms @@ -589,8 +589,8 @@ SSLv23_client_method define SSLv23_method define SSLv23_server_method define TLS_DEFAULT_CIPHERSUITES define deprecated 3.0.0 -X509_CRL_http_nbio define -X509_http_nbio define +X509_CRL_http_nbio define deprecated 3.0.0 +X509_http_nbio define deprecated 3.0.0 X509_LOOKUP_add_dir define X509_LOOKUP_add_store define X509_LOOKUP_add_store_ex define |