提交 8569c322 编写于 作者: B Bodo Möller

Fix typo in error message.

Submitted by: Alan Batie
上级 dd73193c
......@@ -1000,7 +1000,7 @@ int MAIN(int argc, char **argv)
RSA_PKCS1_PADDING);
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);
count=1;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册