diff options
Diffstat (limited to 'doc/man3/ECDSA_SIG_new.pod')
-rw-r--r-- | doc/man3/ECDSA_SIG_new.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/ECDSA_SIG_new.pod b/doc/man3/ECDSA_SIG_new.pod index 3266c43b550c..e56ec959edff 100644 --- a/doc/man3/ECDSA_SIG_new.pod +++ b/doc/man3/ECDSA_SIG_new.pod @@ -31,6 +31,7 @@ ECDSA_SIG_new() allocates an empty B<ECDSA_SIG> structure. Note: before OpenSSL 1.1.0, the I<r> and I<s> components were initialised. ECDSA_SIG_free() frees the B<ECDSA_SIG> structure I<sig>. +If the argument is NULL, nothing is done. ECDSA_SIG_get0() returns internal pointers the I<r> and I<s> values contained in I<sig> and stores them in I<*pr> and I<*ps>, respectively. @@ -136,7 +137,7 @@ L<ECDSA_sign(3)> =head1 COPYRIGHT -Copyright 2004-2022 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2004-2024 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |