From 8569c322beecb70d40e0feb602815f009094c745 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 25 Sep 1999 11:26:31 +0000 Subject: [PATCH] Fix typo in error message. Submitted by: Alan Batie --- apps/speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/speed.c b/apps/speed.c index 667037600d..e769ca2310 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -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; -- 2.25.1