summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-01 21:19:39 +1000
committerPauli <pauli@openssl.org>2021-06-02 20:45:51 +1000
commitd11e55508270df3501ec6826d82b4380ab64e189 (patch)
treea745350e137172c1e68d0f114b8acebc95d4b11b /doc
parentbcd5d3a22d21010cf28c3b7b5f1c79b22be6da7a (diff)
doc: fix OSSL_(EN|DE)CODER_get0_name function names
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15564)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/OSSL_DECODER.pod2
-rw-r--r--doc/man3/OSSL_ENCODER.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/OSSL_DECODER.pod b/doc/man3/OSSL_DECODER.pod
index d912511c7d..334f955e16 100644
--- a/doc/man3/OSSL_DECODER.pod
+++ b/doc/man3/OSSL_DECODER.pod
@@ -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
diff --git a/doc/man3/OSSL_ENCODER.pod b/doc/man3/OSSL_ENCODER.pod
index be733600c9..cfabba2e1d 100644
--- a/doc/man3/OSSL_ENCODER.pod
+++ b/doc/man3/OSSL_ENCODER.pod
@@ -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