From 5471f83ea72e251ea1f0d04428878a74347efa0f Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Thu, 15 Mar 2007 20:03:30 +0000 Subject: Vendor import of OpenSSL 0.9.8e. --- crypto/openssl/Configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crypto/openssl/Configure') diff --git a/crypto/openssl/Configure b/crypto/openssl/Configure index bf5d86aa7c9a..820be609c96d 100755 --- a/crypto/openssl/Configure +++ b/crypto/openssl/Configure @@ -568,6 +568,7 @@ my $threads=0; my $no_shared=0; # but "no-shared" is default my $zlib=1; # but "no-zlib" is default my $no_krb5=0; # but "no-krb5" is implied unless "--with-krb5-..." is used +my $no_rfc3779=1; # but "no-rfc3779" is default my $no_asm=0; my $no_dso=0; my $no_gmp=0; @@ -604,6 +605,7 @@ my %disabled = ( # "what" => "comment" "gmp" => "default", "mdc2" => "default", "rc5" => "default", + "rfc3779" => "default", "shared" => "default", "zlib" => "default", "zlib-dynamic" => "default" @@ -614,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 "; +my $default_depflags = "-DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 "; my $no_sse2=0; -- cgit v1.2.3