From: Lutz Jänicke Date: Wed, 25 Sep 2002 20:19:04 +0000 (+0000) Subject: Add missing brackets. X-Git-Tag: OpenSSL_0_9_7-beta4~140^2~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ba5ba5490d1e400be8213bcaaa1668886a546e58;p=oweals%2Fopenssl.git Add missing brackets. Submitted by: "Chris Brook" --- diff --git a/ssl/ssltest.c b/ssl/ssltest.c index c84c643c2e..ed80716310 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c @@ -423,7 +423,7 @@ int main(int argc, char *argv[]) #ifndef OPENSSL_NO_DH dhe1024=1; #else - fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n"; + fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n"); #endif } else if (strcmp(*argv,"-dhe1024dsa") == 0) @@ -431,7 +431,7 @@ int main(int argc, char *argv[]) #ifndef OPENSSL_NO_DH dhe1024dsa=1; #else - fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n"; + fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n"); #endif } else if (strcmp(*argv,"-no_dhe") == 0)