diff options
-rw-r--r-- | regress/lib/libssl/handshake/handshake_table.c | 3 |
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}, |