From 2e9bb4eb9682d3782ec2ab34fe917aa9baa4de29 Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Fri, 6 Oct 2017 15:33:23 -0700 Subject: [PATCH] Fix comment about EarlyCCS. Thanks to Dimitar Vlahovski for pointing this out. Change-Id: I417f52ec6c3e950bdab6079962b29976fb75c029 Reviewed-on: https://boringssl-review.googlesource.com/21324 Reviewed-by: David Benjamin Commit-Queue: David Benjamin CQ-Verified: CQ bot account: commit-bot@chromium.org --- ssl/test/runner/common.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssl/test/runner/common.go b/ssl/test/runner/common.go index 39918707..5bed9625 100644 --- a/ssl/test/runner/common.go +++ b/ssl/test/runner/common.go @@ -583,8 +583,8 @@ type ProtocolBugs struct { // EarlyChangeCipherSpec causes the client to send an early // ChangeCipherSpec message before the ClientKeyExchange. A value of - // zero disables this behavior. One and two configure variants for 0.9.8 - // and 1.0.1 modes, respectively. + // zero disables this behavior. One and two configure variants for + // 1.0.1 and 0.9.8 modes, respectively. EarlyChangeCipherSpec int // StrayChangeCipherSpec causes every pre-ChangeCipherSpec handshake