CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/04/28 14:30:41
Modified files: lib/libssl : tls13_client.c tls13_internal.h tls13_lib.c Log message: Rename tls13_client_synthetic_handshake_message() and move to tls13_lib.c. The server-side will need to use the same function. No functional change. ok inoguchi@ tb@