summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2019-01-27 03:59:24 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2019-01-27 03:59:24 +0000
commitb7aee1bb65f9a7b8115577de3efec7661cb599cd (patch)
treebc1c335b6df44613c4ca4cf666d1b4ee2cbe1f71 /regress/lib
parent0a7d8e8359d50788fc23047a2e0c7b2a2a64cd1c (diff)
zap a commented out line. 0RTT will need more thought than
just uncommenting this.
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libssl/handshake/handshake_table.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libssl/handshake/handshake_table.c b/regress/lib/libssl/handshake/handshake_table.c
index 6d2fb9842b4..991c1c1fd0d 100644
--- a/regress/lib/libssl/handshake/handshake_table.c
+++ b/regress/lib/libssl/handshake/handshake_table.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: handshake_table.c,v 1.8 2019/01/27 01:13:20 tb Exp $ */
+/* $OpenBSD: handshake_table.c,v 1.9 2019/01/27 03:59:23 tb Exp $ */
/*
* Copyright (c) 2019 Theo Buehler <tb@openbsd.org>
*
@@ -112,7 +112,6 @@ static struct child stateinfo[][TLS13_NUM_MESSAGE_TYPES] = {
[SERVER_FINISHED] = {
{CLIENT_FINISHED, DEFAULT, WITHOUT_CR | WITH_PSK, 0},
{CLIENT_CERTIFICATE, DEFAULT, 0, WITHOUT_CR | WITH_PSK},
- /* {CLIENT_END_OF_EARLY_DATA, WITH_0RTT, 0, 0}, */
},
[CLIENT_CERTIFICATE] = {
{CLIENT_FINISHED, DEFAULT, 0, 0},