CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/19 11:01:44
Modified files:
lib/libssl : tls13_handshake.c
Log message:
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
