From ef33889e1878739a8355e8ba027b3ed21a917898 Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 18 Feb 2021 09:55:11 +1000 Subject: [PATCH] doc: remove notes section in OSSL_ENCODER.pod Fixes #14212 The note wasn't adding anything useful. Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/14220) --- doc/man3/OSSL_ENCODER.pod | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/man3/OSSL_ENCODER.pod b/doc/man3/OSSL_ENCODER.pod index 6952d850f45..2c68d1a7612 100644 --- a/doc/man3/OSSL_ENCODER.pod +++ b/doc/man3/OSSL_ENCODER.pod @@ -108,12 +108,6 @@ otherwise 0. OSSL_ENCODER_number() returns an integer. -=head1 NOTES - -OSSL_ENCODER_fetch() may be called implicitly by other fetching -functions, using the same library context and properties. -Any other API that uses keys will typically do this. - =head1 SEE ALSO L, L, L, -- 2.47.2