Fix doc nits
[openssl.git] / 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.