projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd73193
)
Fix typo in error message.
author
Bodo Möller
<bodo@openssl.org>
Sat, 25 Sep 1999 11:26:31 +0000
(11:26 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Sat, 25 Sep 1999 11:26:31 +0000
(11:26 +0000)
Submitted by: Alan Batie
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index
6670376
..
e769ca2
100644
(file)
--- 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
en
crypt failure\n");
+ BIO_printf(bio_err,"RSA public
de
crypt failure\n");
ERR_print_errors(bio_err);
count=1;
break;