From a07b0bfb99169d23d2801b8aee210d98a0d12cac Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Tue, 4 May 2021 08:05:44 +0200 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/15131) --- util/other.syms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') 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 -- cgit v1.2.3