summaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-11-06 17:58:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-11-06 17:58:26 +0000
commitfbf002bb889d88ceb65d10c9c0062410e278f3e9 (patch)
tree4d018454aa66af723acca0db3cd2dce5ccc4d836 /util/mkdef.pl
parent9135fddb0e7b66c4b1a2b82065f1ee4088840f4c (diff)
Update from stable branch.
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index eb23bdec60..1139160080 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -145,6 +145,8 @@ foreach (@ARGV, split(/ /, $options))
$do_crypto=1;
$libname=$_;
}
+ $no_static_engine=1 if $_ eq "no-static-engine";
+ $no_static_engine=0 if $_ eq "enable-static-engine";
$do_update=1 if $_ eq "update";
$do_rewrite=1 if $_ eq "rewrite";
$do_ctest=1 if $_ eq "ctest";