diff options
Diffstat (limited to 'doc/man3/OSSL_ENCODER.pod')
-rw-r--r-- | doc/man3/OSSL_ENCODER.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/OSSL_ENCODER.pod b/doc/man3/OSSL_ENCODER.pod index 06d8f80f8812..bbf64b0b47bf 100644 --- a/doc/man3/OSSL_ENCODER.pod +++ b/doc/man3/OSSL_ENCODER.pod @@ -61,6 +61,7 @@ I<encoder>. OSSL_ENCODER_free() decrements the reference count for the given I<encoder>, and when the count reaches zero, frees it. +If the argument is NULL, nothing is done. OSSL_ENCODER_get0_provider() returns the provider of the given I<encoder>. @@ -134,7 +135,7 @@ The functions described here were added in OpenSSL 3.0. =head1 COPYRIGHT -Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2019-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 |