summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-10-12 15:55:48 +0100
committerMatt Caswell <matt@openssl.org>2023-10-23 10:08:12 +0100
commitb13f3f1aa709b6c31136b48af51ed22c30f82cb2 (patch)
tree19c3478c8d3364334acc8ef49706566749adef1e /doc
parent1f8a8c1de90ebdb4f3c9dbbf3d1329e3f025e946 (diff)
Add a HISTORY section in the docs about the new ERR_STATE functions
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22368)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/OSSL_ERR_STATE_save.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man3/OSSL_ERR_STATE_save.pod b/doc/man3/OSSL_ERR_STATE_save.pod
index 05c738fc55..93c4b8f473 100644
--- a/doc/man3/OSSL_ERR_STATE_save.pod
+++ b/doc/man3/OSSL_ERR_STATE_save.pod
@@ -70,6 +70,10 @@ missing the auxiliary error data.
L<ERR_raise(3)>, L<ERR_get_error(3)>, L<ERR_clear_error(3)>
+=head1 HISTORY
+
+All of these functions were added in OpenSSL 3.2.
+
=head1 COPYRIGHT
Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.