From: Bodo Möller Date: Tue, 5 Nov 2002 10:54:40 +0000 (+0000) Subject: fix typo X-Git-Tag: OpenSSL_0_9_7-beta4~18^2~85 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=5e3247d8bcbf0da783f182633f0c123e7d88e8b6 fix typo --- diff --git a/ssl/ssltest.c b/ssl/ssltest.c index ed80716310..e9d339a8a3 100644 --- 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 }