summaryrefslogtreecommitdiffstats
path: root/apps/progs.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-01-22 13:58:29 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-01-22 13:58:29 +0000
commit09483c58e3b21841d2761ce90b1f12b24f814881 (patch)
tree1d4c10fea6c9b3fab92e7104bf7ce984d9adb9d4 /apps/progs.pl
parentbda70ed43087b6412b3742ce345ee9dacd57c30a (diff)
Add new program dhparam and update docs.
Diffstat (limited to 'apps/progs.pl')
-rw-r--r--apps/progs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/progs.pl b/apps/progs.pl
index 46cf8bf629..243a12d59d 100644
--- a/apps/progs.pl
+++ b/apps/progs.pl
@@ -34,7 +34,7 @@ foreach (@ARGV)
{ print "#ifndef NO_RSA\n${str}#endif\n"; }
elsif ( ($_ =~ /^dsa$/) || ($_ =~ /^gendsa$/) || ($_ =~ /^dsaparam$/))
{ print "#ifndef NO_DSA\n${str}#endif\n"; }
- elsif ( ($_ =~ /^dh$/) || ($_ =~ /^gendh$/))
+ elsif ( ($_ =~ /^dh$/) || ($_ =~ /^gendh$/) || ($_ =~ /^dhparam$/))
{ print "#ifndef NO_DH\n${str}#endif\n"; }
elsif ( ($_ =~ /^pkcs12$/))
{ print "#if !defined(NO_DES) && !defined(NO_SHA1)\n${str}#endif\n"; }