Typo.
(cherry picked from commit 0ded2a06891a4d5a207d8f29aa9a89a755158170)
This commit is contained in:
parent
f25c3c0542
commit
a8cc9f1873
@ -621,6 +621,8 @@ static int pkey_rsa_ctrl_str(EVP_PKEY_CTX *ctx,
|
||||
pm = RSA_NO_PADDING;
|
||||
else if (!strcmp(value, "oeap"))
|
||||
pm = RSA_PKCS1_OAEP_PADDING;
|
||||
else if (!strcmp(value, "oaep"))
|
||||
pm = RSA_PKCS1_OAEP_PADDING;
|
||||
else if (!strcmp(value, "x931"))
|
||||
pm = RSA_X931_PADDING;
|
||||
else if (!strcmp(value, "pss"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user