From: Pauli Date: Tue, 1 Jun 2021 11:19:39 +0000 (+1000) Subject: doc: fix OSSL_(EN|DE)CODER_get0_name function names X-Git-Tag: openssl-3.0.0-beta1~236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d11e55508270df3501ec6826d82b4380ab64e189;p=thirdparty%2Fopenssl.git doc: fix OSSL_(EN|DE)CODER_get0_name function names Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15564) --- diff --git a/doc/man3/OSSL_DECODER.pod b/doc/man3/OSSL_DECODER.pod index d912511c7de..334f955e16f 100644 --- a/doc/man3/OSSL_DECODER.pod +++ b/doc/man3/OSSL_DECODER.pod @@ -71,7 +71,7 @@ with the given I. OSSL_DECODER_is_a() checks if I is an implementation of an algorithm that's identifiable with I. -ossl_decoder_get_number() returns the name used to fetch the given I. +OSSL_DECODER_get0_name() returns the name used to fetch the given I. OSSL_DECODER_get0_description() returns a description of the I, meant for display and human consumption. The description is at the discretion diff --git a/doc/man3/OSSL_ENCODER.pod b/doc/man3/OSSL_ENCODER.pod index be733600c96..cfabba2e1d0 100644 --- a/doc/man3/OSSL_ENCODER.pod +++ b/doc/man3/OSSL_ENCODER.pod @@ -71,7 +71,7 @@ with the given I. OSSL_ENCODER_is_a() checks if I is an implementation of an algorithm that's identifiable with I. -ossl_encoder_get_number() returns the name used to fetch the given I. +OSSL_ENCODER_get0_name() returns the name used to fetch the given I. OSSL_ENCODER_get0_description() returns a description of the I, meant for display and human consumption. The description is at the discretion of the