Commit 8569c322 authored by Bodo Möller's avatar Bodo Möller
Browse files

Fix typo in error message.

Submitted by: Alan Batie
parent dd73193c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;