summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2019-01-27 03:59:23 +0000
committertb <>2019-01-27 03:59:23 +0000
commit41e9b2791e46049e95a98c9788b652226cfddb0a (patch)
tree3248e6b2c2a4fb42fa721bd137f9bcf630a8e10b
parent0b90de7cbb515ddd65391d84b8bedb938a707abb (diff)
downloadopenbsd-41e9b2791e46049e95a98c9788b652226cfddb0a.tar.gz
openbsd-41e9b2791e46049e95a98c9788b652226cfddb0a.tar.bz2
openbsd-41e9b2791e46049e95a98c9788b652226cfddb0a.zip
zap a commented out line. 0RTT will need more thought than
just uncommenting this.
-rw-r--r--src/regress/lib/libssl/handshake/handshake_table.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/handshake/handshake_table.c b/src/regress/lib/libssl/handshake/handshake_table.c
index 6d2fb9842b..991c1c1fd0 100644
--- a/src/regress/lib/libssl/handshake/handshake_table.c
+++ b/src/regress/lib/libssl/handshake/handshake_table.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: handshake_table.c,v 1.8 2019/01/27 01:13:20 tb Exp $ */ 1/* $OpenBSD: handshake_table.c,v 1.9 2019/01/27 03:59:23 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2019 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -112,7 +112,6 @@ static struct child stateinfo[][TLS13_NUM_MESSAGE_TYPES] = {
112 [SERVER_FINISHED] = { 112 [SERVER_FINISHED] = {
113 {CLIENT_FINISHED, DEFAULT, WITHOUT_CR | WITH_PSK, 0}, 113 {CLIENT_FINISHED, DEFAULT, WITHOUT_CR | WITH_PSK, 0},
114 {CLIENT_CERTIFICATE, DEFAULT, 0, WITHOUT_CR | WITH_PSK}, 114 {CLIENT_CERTIFICATE, DEFAULT, 0, WITHOUT_CR | WITH_PSK},
115 /* {CLIENT_END_OF_EARLY_DATA, WITH_0RTT, 0, 0}, */
116 }, 115 },
117 [CLIENT_CERTIFICATE] = { 116 [CLIENT_CERTIFICATE] = {
118 {CLIENT_FINISHED, DEFAULT, 0, 0}, 117 {CLIENT_FINISHED, DEFAULT, 0, 0},