From: Pauli Date: Tue, 14 Jul 2020 00:28:49 +0000 (+1000) Subject: Document that the ENGINE_[sg]_ex_data() calls are reprecated. X-Git-Tag: openssl-3.0.0-alpha5~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bdab93a62df26112564acc94b2a753436b9ac7b;p=thirdparty%2Fopenssl.git Document that the ENGINE_[sg]_ex_data() calls are reprecated. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12226) --- diff --git a/doc/man3/BIO_get_ex_new_index.pod b/doc/man3/BIO_get_ex_new_index.pod index 2380ad79a60..7e5c2852a63 100644 --- a/doc/man3/BIO_get_ex_new_index.pod +++ b/doc/man3/BIO_get_ex_new_index.pod @@ -85,6 +85,11 @@ TYPE_get_ex_data() returns the application data or NULL if an error occurred. L. +=head1 HISTORY + +The ENGINE_get_ex_new_index(), ENGINE_set_ex_data() and ENGINE_get_ex_data() +functions were deprecated in OpenSSL 3.0. + =head1 COPYRIGHT Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.