Drop unused KeyUpdate from debug printf
authortb <tb@openbsd.org>
Tue, 19 Apr 2022 17:01:43 +0000 (17:01 +0000)
committertb <tb@openbsd.org>
Tue, 19 Apr 2022 17:01:43 +0000 (17:01 +0000)
commitc79161de4f5c86306cee824983d5cc00020b3cb1
tree04153bdfff39c8f99d7025795ce4b6f2ef7808e9
parentf35efbbd92e3578a75f34a9f51755cca8c7a903d
Drop unused KeyUpdate from debug printf

The handshake state machine does not handle key updates since that's a
post-handshake handshake message. This is code under #ifdef TLS13_DEBUG
and if it is ever to be reused in tls13_handshake_msg.c, that will have
to be revisited.

ok inoguchi jsing
lib/libssl/tls13_handshake.c