From a8f730d5d240abe56b1d14c18223db3fd20f09e2 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Thu, 14 Sep 2017 14:19:30 +0800 Subject: [PATCH] Fix doc nits [to be squashed] [skip ci] Reviewed-by: Richard Levitte Reviewed-by: Paul Dale Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4356) --- doc/man3/EVP_PKEY_meth_new.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 to the user defined stack of methods. EVP_PKEY_meth_remove() removes an B object added by -EVP_PKEY_meth_new(). +EVP_PKEY_meth_add0(). The EVP_PKEY_meth_set functions set the corresponding fields of B structure with the arguments passed. -- 2.25.1