diff options
Diffstat (limited to 'doc/man3/SSL_get1_builtin_sigalgs.pod')
-rw-r--r-- | doc/man3/SSL_get1_builtin_sigalgs.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man3/SSL_get1_builtin_sigalgs.pod b/doc/man3/SSL_get1_builtin_sigalgs.pod index dcd4cd2bc2..98e541bc6a 100644 --- a/doc/man3/SSL_get1_builtin_sigalgs.pod +++ b/doc/man3/SSL_get1_builtin_sigalgs.pod @@ -26,6 +26,10 @@ algorithms can be activated, e.g., if suitable providers are missing. NULL may be returned if no memory could be allocated. Otherwise, a newly allocated string is always returned but it may have strlen == 0. +=head1 HISTORY + +This call was added in OpenSSL 3.4. + =head1 COPYRIGHT Copyright 2000-2024 The OpenSSL Project Authors. All Rights Reserved. |