aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-08-04 11:31:57 +0100
committerMatt Caswell <matt@openssl.org>2016-08-15 23:14:30 +0100
commitbb982ce7532eb5f5f8d66211d556940a7f407496 (patch)
treeae17742a8be5ec2833c198689f9fe7b7c74149b6
parent78fcddbb8d690c515f4525b5220fc63448ecd1a9 (diff)
downloadopenssl-bb982ce7532eb5f5f8d66211d556940a7f407496.tar.gz
Remove a stray unneeded line in 70-test_sslrecords.t
Reviewed-by: Tim Hudson <tjh@openssl.org>
-rw-r--r--test/recipes/70-test_sslrecords.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/recipes/70-test_sslrecords.t b/test/recipes/70-test_sslrecords.t
index 8af236fa32..d1c8d3ad2a 100644
--- a/test/recipes/70-test_sslrecords.t
+++ b/test/recipes/70-test_sslrecords.t
@@ -72,7 +72,6 @@ use constant {
ALERT_BEFORE_SSLV2 => 4
};
#Test 5: Inject an SSLv2 style record format for a TLSv1.2 ClientHello
-#my $sslv2testtype = TLSV1_2_IN_SSLV2;
my $sslv2testtype = TLSV1_2_IN_SSLV2;
$proxy->clear();
$proxy->filter(\&add_sslv2_filter);