diff options
Diffstat (limited to 'doc/man3/EVP_PKEY_meth_new.pod')
-rw-r--r-- | doc/man3/EVP_PKEY_meth_new.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/EVP_PKEY_meth_new.pod b/doc/man3/EVP_PKEY_meth_new.pod index db0b09f855fc..1b0adb2913f8 100644 --- a/doc/man3/EVP_PKEY_meth_new.pod +++ b/doc/man3/EVP_PKEY_meth_new.pod @@ -407,7 +407,7 @@ of an B<EVP_PKEY_METHOD> is always called by the EVP framework while doing a digest signing operation by calling L<EVP_DigestSignFinal(3)>. EVP_PKEY_meth_free() frees an existing B<EVP_PKEY_METHOD> pointed by -B<pmeth>. +B<pmeth>. If the argument is NULL, nothing is done. EVP_PKEY_meth_copy() copies an B<EVP_PKEY_METHOD> object from B<src> to B<dst>. @@ -456,7 +456,7 @@ has changed in OpenSSL 3.0 so its I<src> parameter is now constified. =head1 COPYRIGHT -Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2017-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 |