summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2023-08-23 13:24:57 +0200
committerTomas Mraz <tomas@openssl.org>2023-08-24 16:06:12 +0200
commit8e122f4617a3aec8ec9c16443edb18142eb93c7f (patch)
tree4aea2defb42c6920ea296d08e1b47401759399db
parent193b8ea3eddc8747dccac246d44849c43d41ed29 (diff)
doc: Avoid usage of non-existing constant
CLA: trivial Fixes: #21809 Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21817) (cherry picked from commit de4661b23776dde80fe5832eea34c63d5e15a6e4)
-rw-r--r--doc/man3/d2i_RSAPrivateKey.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/d2i_RSAPrivateKey.pod b/doc/man3/d2i_RSAPrivateKey.pod
index b4f5b46609..5156f0edb2 100644
--- a/doc/man3/d2i_RSAPrivateKey.pod
+++ b/doc/man3/d2i_RSAPrivateKey.pod
@@ -205,7 +205,7 @@ I<selection> and I<structure> as follows:
=item B<i2d_I<TYPE>PrivateKey>() translates into:
- int selection = EVP_PKEY_PRIVATE_KEY;
+ int selection = EVP_PKEY_KEYPAIR;
const char *structure = "type-specific";
=item B<i2d_I<TYPE>PublicKey>() translates into: