mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-15 15:21:08 +03:00
Remove mbedtls_ssl_write_handshake_msg as it now replaced by mbedtls_ssl_write_handshake_msg_ext
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@@ -1436,11 +1436,6 @@ MBEDTLS_CHECK_RETURN_CRITICAL
|
||||
int mbedtls_ssl_write_handshake_msg_ext(mbedtls_ssl_context *ssl,
|
||||
int update_checksum,
|
||||
int force_flush);
|
||||
static inline int mbedtls_ssl_write_handshake_msg(mbedtls_ssl_context *ssl)
|
||||
{
|
||||
return mbedtls_ssl_write_handshake_msg_ext(ssl, 1 /* update checksum */, 1 /* force flush */);
|
||||
}
|
||||
|
||||
/*
|
||||
* Write handshake message tail
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user