]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: fix OSSL_(EN|DE)CODER_get0_name function names
authorPauli <pauli@openssl.org>
Tue, 1 Jun 2021 11:19:39 +0000 (21:19 +1000)
committerPauli <pauli@openssl.org>
Wed, 2 Jun 2021 10:45:51 +0000 (20:45 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15564)

doc/man3/OSSL_DECODER.pod
doc/man3/OSSL_ENCODER.pod

index d912511c7de217441e1f32096d9cbf25b2b34310..334f955e16f99a5ca8874136cd700fb7461c5b46 100644 (file)
@@ -71,7 +71,7 @@ with the given I<decoder>.
 OSSL_DECODER_is_a() checks if I<decoder> is an implementation
 of an algorithm that's identifiable with I<name>.
 
-ossl_decoder_get_number() returns the name used to fetch the given I<decoder>.
+OSSL_DECODER_get0_name() returns the name used to fetch the given I<decoder>.
 
 OSSL_DECODER_get0_description() returns a description of the I<decoder>, meant
 for display and human consumption.  The description is at the discretion
index be733600c96ae557209823092c734865642c00e1..cfabba2e1d025fef52fb530c64d02f013932cc99 100644 (file)
@@ -71,7 +71,7 @@ with the given I<encoder>.
 OSSL_ENCODER_is_a() checks if I<encoder> is an implementation of an
 algorithm that's identifiable with I<name>.
 
-ossl_encoder_get_number() returns the name used to fetch the given I<encoder>.
+OSSL_ENCODER_get0_name() returns the name used to fetch the given I<encoder>.
 
 OSSL_ENCODER_get0_description() returns a description of the I<loader>, meant
 for display and human consumption.  The description is at the discretion of the