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:
b53e44e
)
fix typo
author
Bodo Möller
<bodo@openssl.org>
Tue, 5 Nov 2002 10:54:40 +0000
(10:54 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 5 Nov 2002 10:54:40 +0000
(10:54 +0000)
ssl/ssltest.c
patch
|
blob
|
history
diff --git
a/ssl/ssltest.c
b/ssl/ssltest.c
index ed80716310421264eb5c763399280086cc90ea48..e9d339a8a3217c9c6f70cf3dfcb173786b81a6bf 100644
(file)
--- a/
ssl/ssltest.c
+++ b/
ssl/ssltest.c
@@
-530,7
+530,7
@@
int main(int argc, char *argv[])
#ifndef OPENSSL_NO_ECDH
named_curve = *(++argv);
#else
- fprintf(stderr,"ignoring -named_curve, since I'm compiled without ECDH\n"
+ fprintf(stderr,"ignoring -named_curve, since I'm compiled without ECDH\n"
);
++argv;
#endif
}