summaryrefslogtreecommitdiffstats
path: root/doc/man3
diff options
context:
space:
mode:
authorPeiwei Hu <jlu.hpw@foxmail.com>2022-05-21 15:27:04 +0800
committerPauli <pauli@openssl.org>2022-05-26 11:49:20 +1000
commitd3c5aff6cbf1ed6c855fb450b2caefbda8b9ce0f (patch)
tree5bf56bdc28ff5c2f8a70d91bc4261b0b81c3eba4 /doc/man3
parentc77eb85017492c076ec749a25c7e57fc0c39a6bf (diff)
Fix the defective check of EVP_PKEY_get_params
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18367) (cherry picked from commit 7e5e91176b770a68bdaf73a5c647f1fc0d7f2900)
Diffstat (limited to 'doc/man3')
-rw-r--r--doc/man3/EVP_PKEY_gettable_params.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_PKEY_gettable_params.pod b/doc/man3/EVP_PKEY_gettable_params.pod
index f7884af86f..c3dfe4e30d 100644
--- a/doc/man3/EVP_PKEY_gettable_params.pod
+++ b/doc/man3/EVP_PKEY_gettable_params.pod
@@ -79,7 +79,7 @@ These functions only work for B<EVP_PKEY>s that contain a provider side key.
=head1 RETURN VALUES
-EVP_PKEY_gettable_params() returns NULL on error or if it is not supported,
+EVP_PKEY_gettable_params() returns NULL on error or if it is not supported.
All other methods return 1 if a value associated with the key's I<key_name> was
successfully returned, or 0 if there was an error.