projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix typo in error message.
[openssl.git]
/
apps
/
speed.c
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;