doc: remove notes section in OSSL_ENCODER.pod

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)
This commit is contained in:
Pauli 2021-02-18 09:55:11 +10:00
parent 458d168cd4
commit ef33889e18

View 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)>,