diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-01-20 06:40:56 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-01-20 06:40:56 +0000 |
commit | b03258e3c8235c3b659c388950e07be8224528a9 (patch) | |
tree | 0fe204aa3255280515021ab8582adbe4c3cd3c5c /lib | |
parent | ee874dd69a779f2a45439d3b2de7bc61a53ec1f6 (diff) |
revert second hunk of previous that was committed by accident
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/tls13_handshake.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/tls13_handshake.c b/lib/libssl/tls13_handshake.c index 3b4aa04f87c..bec55d84164 100644 --- a/lib/libssl/tls13_handshake.c +++ b/lib/libssl/tls13_handshake.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_handshake.c,v 1.13 2019/01/20 06:38:18 tb Exp $ */ +/* $OpenBSD: tls13_handshake.c,v 1.14 2019/01/20 06:40:55 tb Exp $ */ /* * Copyright (c) 2018-2019 Theo Buehler <tb@openbsd.org> * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> @@ -160,7 +160,7 @@ struct tls13_handshake_action state_machine[] = { }, [APPLICATION_DATA] = { .record_type = TLS13_APPLICATION_DATA, - .handshake_complete = 0, + .handshake_complete = 1, }, }; |