]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Document that the ENGINE_[sg]_ex_data() calls are reprecated.
authorPauli <paul.dale@oracle.com>
Tue, 14 Jul 2020 00:28:49 +0000 (10:28 +1000)
committerRichard Levitte <levitte@openssl.org>
Thu, 16 Jul 2020 07:12:27 +0000 (09:12 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12226)

doc/man3/BIO_get_ex_new_index.pod

index 2380ad79a60fcb28317c5d1fff45f257b7d4a5fa..7e5c2852a632cc2ad41485a6f7766a8cbf0f19b2 100644 (file)
@@ -85,6 +85,11 @@ TYPE_get_ex_data() returns the application data or NULL if an error occurred.
 
 L<CRYPTO_get_ex_new_index(3)>.
 
+=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.