aboutsummaryrefslogtreecommitdiffstats
path: root/apps/speed.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-25 11:26:31 +0000
committerBodo Möller <bodo@openssl.org>1999-09-25 11:26:31 +0000
commit8569c322beecb70d40e0feb602815f009094c745 (patch)
tree93feab3a04c2719e0639cb7d4e750a3d917446ad /apps/speed.c
parentdd73193c83957529a5f658e0300da9ad8b7d274a (diff)
downloadopenssl-8569c322beecb70d40e0feb602815f009094c745.tar.gz
Fix typo in error message.
Submitted by: Alan Batie
Diffstat (limited to 'apps/speed.c')
-rw-r--r--apps/speed.c2
1 files changed, 1 insertions, 1 deletions
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;