From: Jakub Jelen Date: Wed, 23 Aug 2023 11:24:57 +0000 (+0200) Subject: doc: Avoid usage of non-existing constant X-Git-Tag: openssl-3.1.3~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b469f5c15ea3971379f980534c5a1367a42fdd;p=thirdparty%2Fopenssl.git doc: Avoid usage of non-existing constant CLA: trivial Fixes: #21809 Signed-off-by: Jakub Jelen Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/21817) (cherry picked from commit de4661b23776dde80fe5832eea34c63d5e15a6e4) --- diff --git a/doc/man3/d2i_RSAPrivateKey.pod b/doc/man3/d2i_RSAPrivateKey.pod index b4f5b466090..5156f0edb27 100644 --- a/doc/man3/d2i_RSAPrivateKey.pod +++ b/doc/man3/d2i_RSAPrivateKey.pod @@ -205,7 +205,7 @@ I and I as follows: =item BPrivateKey>() translates into: - int selection = EVP_PKEY_PRIVATE_KEY; + int selection = EVP_PKEY_KEYPAIR; const char *structure = "type-specific"; =item BPublicKey>() translates into: