summaryrefslogtreecommitdiffstats
path: root/doc/man3
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-07-14 10:28:49 +1000
committerRichard Levitte <levitte@openssl.org>2020-07-16 09:12:27 +0200
commit1bdab93a62df26112564acc94b2a753436b9ac7b (patch)
treea525ab1754d67e60f672cc20fbaa9e976e028b6e /doc/man3
parent8b4c89f8d2d0a277ad9f66e98d8f308ebb4ef8c4 (diff)
Document that the ENGINE_[sg]_ex_data() calls are reprecated.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226)
Diffstat (limited to 'doc/man3')
-rw-r--r--doc/man3/BIO_get_ex_new_index.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man3/BIO_get_ex_new_index.pod b/doc/man3/BIO_get_ex_new_index.pod
index 2380ad79a6..7e5c2852a6 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<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.