summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>2021-06-08 16:45:38 -0500
committerMatt Caswell <matt@openssl.org>2021-06-10 09:42:12 +0100
commit726f92e016bac53175ed5d5321bce1ddf6b207d6 (patch)
tree693a6cbd3dcba656657b37919058c0890ff16665 /Configure
parent25959e04c350c2b82d545ea38b18ff714acf61ba (diff)
downloadopenssl-new-726f92e016bac53175ed5d5321bce1ddf6b207d6.tar.gz
Enable ssl-trace by default
There doesn't appear to be a good reason to omit protocol message tracing by default. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15665)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/Configure b/Configure
index f6951bbb18..c6e85b3e48 100755
--- a/Configure
+++ b/Configure
@@ -548,7 +548,6 @@ our %disabled = ( # "what" => "comment"
"msan" => "default",
"rc5" => "default",
"sctp" => "default",
- "ssl-trace" => "default",
"ssl3" => "default",
"ssl3-method" => "default",
"trace" => "default",
@@ -575,7 +574,7 @@ my @disable_cascades = (
"rc2", "rc4", "rmd160",
"seed", "siphash", "siv",
"sm3", "sm4", "srp",
- "srtp", "ssl3-method",
+ "srtp", "ssl3-method", "ssl-trace",
"ts", "ui-console", "whirlpool",
"fips-securitychecks" ],
sub { $config{processor} eq "386" }