projects
/
oweals
/
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 667037600d4f15ec4c862ed199a1a7a2cce7c6b5..e769ca2310aebde92386bf902ef158b22bdba5c3 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;