commit | c1ddeef53aa547956f63a5da74f4e93f1865fa35 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Fri Oct 08 15:14:45 2021 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Fri Oct 08 15:40:14 2021 +0800 |
tree | 5958b89a9d9885aa33988d9aa999136dc0634751 | |
parent | d96a5c2d86ee01c61f3c8d8a16f16d351b72fc82 [diff] [blame] |
fix various issues Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/ssl_misc.h b/library/ssl_misc.h index 6f83fc3..06351fc 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h
@@ -1501,9 +1501,7 @@ int mbedtls_ssl_tls13_finish_handshake_msg( mbedtls_ssl_context *ssl, size_t buf_len, size_t msg_len ); -/* - * Update checksum with handshake header - */ + void mbedtls_ssl_tls13_add_hs_hdr_to_checksum( mbedtls_ssl_context *ssl, unsigned hs_type, size_t total_hs_len );