commit | 5e3247d8bcbf0da783f182633f0c123e7d88e8b6 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Tue Nov 05 10:54:40 2002 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Tue Nov 05 10:54:40 2002 +0000 |
tree | 43be9a3bd45c95cb28f177e13d9d68ca826daa04 | |
parent | b53e44e57259b2b015c54de8ecbcf4e06be23298 [diff] [blame] |
fix typo
diff --git a/ssl/ssltest.c b/ssl/ssltest.c index ed80716..e9d339a 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c
@@ -530,7 +530,7 @@ #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 }