summaryrefslogtreecommitdiffstats
path: root/test/clienthellotest.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-23 15:38:32 +0000
committerMatt Caswell <matt@openssl.org>2016-11-23 15:38:32 +0000
commit6530c4909ffbf4fd655416cbd765b1e7174b9b83 (patch)
tree9c1f634ca4ffb15cec05cf4faaa2421f8d26281d /test/clienthellotest.c
parentf5ca0b04bbc98b5b8a41f5cd7b4ee35e345c1e6c (diff)
Fix some style issues with TLSv1.3 state machine PR
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/clienthellotest.c')
-rw-r--r--test/clienthellotest.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/clienthellotest.c b/test/clienthellotest.c
index 4219598846..61e81c3833 100644
--- a/test/clienthellotest.c
+++ b/test/clienthellotest.c
@@ -57,10 +57,7 @@ int main(int argc, char *argv[])
testresult = 0;
ctx = SSL_CTX_new(TLS_method());
- /*
- * This test is testing session tickets for <= TLS1.2. It isn't relevant
- * for TLS1.3
- */
+ /* Testing for session tickets <= TLS1.2; not relevant for 1.3 */
if (ctx == NULL || !SSL_CTX_set_max_proto_version(ctx, TLS1_2_VERSION))
goto end;