fix typo
authorBodo Möller <bodo@openssl.org>
Tue, 5 Nov 2002 10:54:40 +0000 (10:54 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 5 Nov 2002 10:54:40 +0000 (10:54 +0000)
ssl/ssltest.c

index ed80716310421264eb5c763399280086cc90ea48..e9d339a8a3217c9c6f70cf3dfcb173786b81a6bf 100644 (file)
@@ -530,7 +530,7 @@ int main(int argc, char *argv[])
 #ifndef OPENSSL_NO_ECDH                
                        named_curve = *(++argv);
 #else
 #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
                        }
                        ++argv;
 #endif
                        }