aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-09-25 20:20:55 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-09-25 20:20:55 +0000
commitdb7749b8acdaca39d42620ed982d1be1f741a335 (patch)
tree9c7c471fc91558ac7f5f450e43e8735a83059bc2 /ssl
parentaf4396e589eb09a6eea7096782668d3d897d49d0 (diff)
downloadopenssl-db7749b8acdaca39d42620ed982d1be1f741a335.tar.gz
Add missing brackets.
Submitted by: "Chris Brook" <cbrook@v-one.com> Submitted by: Reviewed by: PR:
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 c752d0b01b..24b3f63e2b 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -252,7 +252,7 @@ int main(int argc, char *argv[])
#ifndef 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)
@@ -260,7 +260,7 @@ int main(int argc, char *argv[])
#ifndef 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)