]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: remove notes section in OSSL_ENCODER.pod
authorPauli <ppzgs1@gmail.com>
Wed, 17 Feb 2021 23:55:11 +0000 (09:55 +1000)
committerPauli <ppzgs1@gmail.com>
Fri, 19 Feb 2021 01:06:08 +0000 (11:06 +1000)
Fixes #14212

The note wasn't adding anything useful.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14220)

doc/man3/OSSL_ENCODER.pod

index 6952d850f454e301cb691a34eb037ad21fb45e6b..2c68d1a76123e8e2755ef0bd139bd68de6fd95a7 100644 (file)
@@ -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<provider(7)>, L<OSSL_ENCODER_CTX(3)>, L<OSSL_ENCODER_to_bio(3)>,