Skip to content

Commit

Permalink
doc: Avoid usage of non-existing constant
Browse files Browse the repository at this point in the history
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 #21817)

(cherry picked from commit de4661b)
  • Loading branch information
Jakuje authored and t8m committed Aug 24, 2023
1 parent 193b8ea commit 8e122f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man3/d2i_RSAPrivateKey.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8e122f4

Please sign in to comment.