summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2017-09-14 14:19:30 +0800
committerPaul Yang <yang.yang@baishancloud.com>2017-09-14 14:19:30 +0800
commita8f730d5d240abe56b1d14c18223db3fd20f09e2 (patch)
tree75cf343614c766e29a78c9ca001d8a8493575fd6 /doc
parent0822e89addcb8c6b8a135a54a503a429efbe0dbe (diff)
Fix doc nits
[to be squashed] [skip ci] Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4356)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EVP_PKEY_meth_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_PKEY_meth_new.pod b/doc/man3/EVP_PKEY_meth_new.pod
index 498e33271a..672ac29cb3 100644
--- a/doc/man3/EVP_PKEY_meth_new.pod
+++ b/doc/man3/EVP_PKEY_meth_new.pod
@@ -353,7 +353,7 @@ then the built-in objects.
EVP_PKEY_meth_add0() adds B<pmeth> to the user defined stack of methods.
EVP_PKEY_meth_remove() removes an B<EVP_PKEY_METHOD> object added by
-EVP_PKEY_meth_new().
+EVP_PKEY_meth_add0().
The EVP_PKEY_meth_set functions set the corresponding fields of
B<EVP_PKEY_METHOD> structure with the arguments passed.