From: Bodo Möller Date: Sat, 25 Sep 1999 11:26:31 +0000 (+0000) Subject: Fix typo in error message. X-Git-Tag: OpenSSL_0_9_5beta1~501 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=8569c322beecb70d40e0feb602815f009094c745;ds=sidebyside Fix typo in error message. Submitted by: Alan Batie --- 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;