Fix typo in error message.
Submitted by: Alan Batie
This commit is contained in:
parent
dd73193c83
commit
8569c322be
@ -1000,7 +1000,7 @@ int MAIN(int argc, char **argv)
|
|||||||
RSA_PKCS1_PADDING);
|
RSA_PKCS1_PADDING);
|
||||||
if (rsa_num2 <= 0)
|
if (rsa_num2 <= 0)
|
||||||
{
|
{
|
||||||
BIO_printf(bio_err,"RSA public encrypt failure\n");
|
BIO_printf(bio_err,"RSA public decrypt failure\n");
|
||||||
ERR_print_errors(bio_err);
|
ERR_print_errors(bio_err);
|
||||||
count=1;
|
count=1;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user