summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-09-25 20:19:04 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-09-25 20:19:04 +0000
commitba5ba5490d1e400be8213bcaaa1668886a546e58 (patch)
tree32562e465a2f0d576b544259d49e30608196bc77 /ssl
parentb8565a9af9c6a4113b11764d2f79e799266a33c0 (diff)
Add missing brackets.
Submitted by: "Chris Brook" <cbrook@v-one.com>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssltest.c4
1 files changed, 2 insertions, 2 deletions
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)