diff options
author | jkim <jkim@FreeBSD.org> | 2016-09-22 15:05:38 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2016-09-22 15:05:38 +0000 |
commit | 4e88981ba96e1935778ecbba00e5789c2fa7e1f0 (patch) | |
tree | 68e00d9c0f53061c7dfc9dff0f6047187d183bce /crypto/openssl/Configure | |
parent | 454e7daab0b343b888c1efdf32cb029f6b2cf3d2 (diff) | |
download | FreeBSD-src-4e88981ba96e1935778ecbba00e5789c2fa7e1f0.zip FreeBSD-src-4e88981ba96e1935778ecbba00e5789c2fa7e1f0.tar.gz |
Merge OpenSSL 1.0.1u.
Diffstat (limited to 'crypto/openssl/Configure')
-rwxr-xr-x | crypto/openssl/Configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/Configure b/crypto/openssl/Configure index 93c4cc1..6a50cb1 100755 --- a/crypto/openssl/Configure +++ b/crypto/openssl/Configure @@ -741,7 +741,7 @@ my @experimental = (); # 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_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST"; +my $default_depflags = " -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_SSL2 -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST -DOPENSSL_NO_WEAK_SSL_CIPHERS"; # Explicit "no-..." options will be collected in %disabled along with the defaults. # To remove something from %disabled, use "enable-foo" (unless it's experimental). |