mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 00:07:47 +00:00
Fix the compile issue about prepare message
Signed-off-by: XiaokangQian <[email protected]>
This commit is contained in:
@@ -1081,6 +1081,8 @@ int mbedtls_ssl_tls13_write_finished_message( mbedtls_ssl_context *ssl )
|
||||
|
||||
MBEDTLS_SSL_DEBUG_MSG( 2, ( "=> write finished message" ) );
|
||||
|
||||
MBEDTLS_SSL_PROC_CHK( ssl_tls13_prepare_finished_message( ssl ) );
|
||||
|
||||
MBEDTLS_SSL_PROC_CHK( mbedtls_ssl_tls13_start_handshake_msg( ssl,
|
||||
MBEDTLS_SSL_HS_FINISHED, &buf, &buf_len ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user