From: Bodo Möller Date: Mon, 5 Sep 2011 09:43:44 +0000 (+0000) Subject: Fix expected DEFFLAG for default config. X-Git-Tag: OpenSSL-fips-2_0-rc1~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03a64ef56d704b11595f37261ff79d96265e696b;p=thirdparty%2Fopenssl.git Fix expected DEFFLAG for default config. --- diff --git a/Configure b/Configure index 1c1b8ea2276..9bbe36df9ec 100755 --- a/Configure +++ b/Configure @@ -728,7 +728,7 @@ if (!-d "ssl") # This is what $depflags will look like with the above defaults # (we need this to see if we should advise the user to run "make depend"): -my $default_depflags = " -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_STORE"; +my $default_depflags = " -DOPENSSL_NO_EC_NISTP224_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_STORE"; # Explicit "no-..." options will be collected in %disabled along with the defaults. # To remove something from %disabled, use "enable-foo" (unless it's experimental).