Make DLL engines the default in 0.9.9 and VC++.

This commit is contained in:
Dr. Stephen Henson 2005-11-06 20:51:49 +00:00
parent 16094305bc
commit f858d222f2
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ $OPTIONS="";
$ssl_version="";
$banner="\t\@echo Building OpenSSL";
my $no_static_engine = 0;
my $no_static_engine = 1;
my $engines = "";

View file

@ -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))