summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-11-30 14:01:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-11-30 14:01:38 +0000
commit3b62e9eb0d7ae4fa9216e019f339ae0e77586ccd (patch)
tree02e2f98d355abddba542407209ce31174f8f80aa /Configure
parent34a8c7ec874d58f7bf3916d3055fd9ab237d16f2 (diff)
downloadopenssl-new-3b62e9eb0d7ae4fa9216e019f339ae0e77586ccd.tar.gz
Fix default depflags.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index c46b372ec3..820be609c9 100755
--- a/Configure
+++ b/Configure
@@ -616,7 +616,7 @@ my %disabled = ( # "what" => "comment"
# For symmetry, "disable-..." is a synonym for "no-...".
# This is what $depflags will look like with the above default:
-my $default_depflags = "-DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779";
+my $default_depflags = "-DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 ";
my $no_sse2=0;