commit | c37ad4432b6665ca32c19bc83c30d878f2d3ee7a | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Fri Nov 03 23:36:06 2023 +0000 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Tue Nov 21 17:09:46 2023 +0000 |
tree | 660ee64354c997f0eade6c5064b44bdca3032169 | |
parent | df4d42106ac7ac2bded902bb65991397a107248e [diff] [blame] |
misc type fixes in ssl Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/ssl_msg.c b/library/ssl_msg.c index 065336b..48d0a03 100644 --- a/library/ssl_msg.c +++ b/library/ssl_msg.c
@@ -2731,7 +2731,7 @@ /* * Handshake layer functions */ -int mbedtls_ssl_start_handshake_msg(mbedtls_ssl_context *ssl, unsigned hs_type, +int mbedtls_ssl_start_handshake_msg(mbedtls_ssl_context *ssl, unsigned char hs_type, unsigned char **buf, size_t *buf_len) { /*