summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-06-15 12:46:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-06-15 12:46:09 +0000
commit93ab9e421e4517b81d11ca741d55e6bb6f696c40 (patch)
tree04cf24ccc17855f9fb19412dd359b792e5855c85 /Configure
parentdfcf48f499f19fd17a3aee03151ea301814ea6ec (diff)
Initial record tracing code. Print out all fields in SSL/TLS records
for debugging purposes. Needs "enable-ssl-trace" configuration option.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index f169746ddf..7c9403f0bf 100755
--- a/Configure
+++ b/Configure
@@ -715,6 +715,7 @@ my %disabled = ( # "what" => "comment" [or special keyword "experimental
"rfc3779" => "default",
"sctp" => "default",
"shared" => "default",
+ "ssl-trace" => "default",
"store" => "experimental",
"zlib" => "default",
"zlib-dynamic" => "default"