misc type fixes in ssl
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
df4d42106a
commit
c37ad4432b
4 changed files with 9 additions and 8 deletions
|
@ -1409,7 +1409,7 @@ int mbedtls_ssl_fetch_input(mbedtls_ssl_context *ssl, size_t nb_want);
|
|||
* Write handshake message header
|
||||
*/
|
||||
MBEDTLS_CHECK_RETURN_CRITICAL
|
||||
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);
|
||||
|
||||
MBEDTLS_CHECK_RETURN_CRITICAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue