Make DLL engines the default in 0.9.9 and VC++.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 6 Nov 2005 20:51:49 +0000 (20:51 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 6 Nov 2005 20:51:49 +0000 (20:51 +0000)
util/mk1mf.pl
util/mkdef.pl

index b009072c835c884b652f253b27281ef4d7f3d4b1..13c8222bceb35f331db29dfc2aaead3d51f9458f 100755 (executable)
@@ -10,7 +10,7 @@ $OPTIONS="";
 $ssl_version="";
 $banner="\t\@echo Building OpenSSL";
 
-my $no_static_engine = 0;
+my $no_static_engine = 1;
 my $engines = "";
 
 
index 46aaf006859225fcc3160c6e039fbf5a1928e5f4..7ec95ad65854c5955a05893aaecabe000a9620b4 100755 (executable)
@@ -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))