Skip to content
Commit ecb1ed1b authored by Dimitry Andric's avatar Dimitry Andric Committed by Pauli
Browse files

Correct padding mode flag name for EVP_PKEY_decrypt/encrypt() examples



The example code in EVP_PKEY_decrypt(3) and EVP_PKEY_encrypt(3) and uses
a nonexistent padding mode `RSA_OAEP_PADDING`, which should be
`RSA_PKCS1_OAEP_PADDING` instead.

CLA: trivial

Reviewed-by: default avatarTomas Mraz <tomas@openssl.org>
Reviewed-by: default avatarShane Lontis <shane.lontis@oracle.com>
Reviewed-by: default avatarPaul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18255)
parent be92036b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment