From: Paul Yang Date: Thu, 14 Sep 2017 06:19:30 +0000 (+0800) Subject: Fix doc nits X-Git-Tag: OpenSSL_1_1_1-pre1~658 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=a8f730d5d240abe56b1d14c18223db3fd20f09e2;hp=0822e89addcb8c6b8a135a54a503a429efbe0dbe 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) --- 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.