Fix doc nits
authorPaul Yang <yang.yang@baishancloud.com>
Thu, 14 Sep 2017 06:19:30 +0000 (14:19 +0800)
committerPaul Yang <yang.yang@baishancloud.com>
Thu, 14 Sep 2017 06:19:30 +0000 (14:19 +0800)
[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)

doc/man3/EVP_PKEY_meth_new.pod

index 498e33271af6b777f220f2b7154c885eab81fe0f..672ac29cb3b2a05fd37f44ab3a8ed9647fa24476 100644 (file)
@@ -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.