summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-11-06 20:51:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-11-06 20:51:49 +0000
commitf858d222f27f7f34a4685ffe684dd7b24b68ef2f (patch)
tree79b28aad1706056887945b2e9dc74ed7c5775503 /util
parent16094305bca1c3e7d27e723d504d059f65f98cbe (diff)
Make DLL engines the default in 0.9.9 and VC++.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl2
-rwxr-xr-xutil/mkdef.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index b009072c83..13c8222bce 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -10,7 +10,7 @@ $OPTIONS="";
$ssl_version="";
$banner="\t\@echo Building OpenSSL";
-my $no_static_engine = 0;
+my $no_static_engine = 1;
my $engines = "";
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 46aaf00685..7ec95ad658 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -112,7 +112,7 @@ my $no_cast;
my $no_md2; my $no_md4; my $no_md5; my $no_sha; my $no_ripemd; my $no_mdc2;
my $no_rsa; my $no_dsa; my $no_dh; my $no_hmac=0; my $no_aes; my $no_krb5;
my $no_ec; my $no_ecdsa; my $no_ecdh; my $no_engine; my $no_hw;
-my $no_fp_api; my $no_static_engine; my $no_gmp; my $no_deprecated;
+my $no_fp_api; my $no_static_engine=1; my $no_gmp; my $no_deprecated;
foreach (@ARGV, split(/ /, $options))