summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-05-04 08:05:44 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-05-05 20:50:15 +0200
commita07b0bfb99169d23d2801b8aee210d98a0d12cac (patch)
tree3524678d152927fb35c84094b9e45646f6d14bc5 /util
parentb0f960189b8696f878b163d7123afdb99dfdb738 (diff)
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')
-rw-r--r--util/other.syms4
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