projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19cf946
)
Update default flags.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 14 Dec 2007 18:10:54 +0000
(18:10 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 14 Dec 2007 18:10:54 +0000
(18:10 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index a7662c8b65dc0c661db57ad95016a7a4b019c449..cebadde6914bc07ff69e4f1bf03998273a61216e 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-629,7
+629,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 -DOPENSSL_NO_SEED ";
+my $default_depflags = "-DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SEED
-DOPENSSL_NO_TLSEXT
";
my $no_sse2=0;