summaryrefslogtreecommitdiffstats
path: root/apps/gendh.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-16 09:21:50 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:41:42 +0000
commita25d0527b706d126eefde4c774600ae5ecc84b96 (patch)
tree2aa05e963a23384ec93521f33655f8b38d4b724d /apps/gendh.c
parent89f6c5b4926c8ef8bc1a544a031ed3e01e092cbe (diff)
Additional comment changes for reformat of 1.0.0
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'apps/gendh.c')
-rw-r--r--apps/gendh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gendh.c b/apps/gendh.c
index 4ec776ba93..a5a1e3ce06 100644
--- a/apps/gendh.c
+++ b/apps/gendh.c
@@ -121,7 +121,7 @@ int MAIN(int argc, char **argv)
}
else if (strcmp(*argv,"-2") == 0)
g=2;
- /* else if (strcmp(*argv,"-3") == 0)
+ /*- else if (strcmp(*argv,"-3") == 0)
g=3; */
else if (strcmp(*argv,"-5") == 0)
g=5;