diff options
author | 2019-01-27 03:59:23 +0000 | |
---|---|---|
committer | 2019-01-27 03:59:23 +0000 | |
commit | 9467d223df7a49aaa74ccb3b923ea1eaf84ce079 (patch) | |
tree | 4139c8403ff713d3f6fb0c8f755e14e93450ad6e | |
parent | move the mpe_softc definition and mpe macros into the mpe driver. (diff) | |
download | wireguard-openbsd-9467d223df7a49aaa74ccb3b923ea1eaf84ce079.tar.xz wireguard-openbsd-9467d223df7a49aaa74ccb3b923ea1eaf84ce079.zip |
zap a commented out line. 0RTT will need more thought than
just uncommenting this.
-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}, |