Revert change in flight transmit

Signed-off-by: Jerry Yu <[email protected]>
This commit is contained in:
Jerry Yu
2022-11-22 14:08:03 +08:00
parent dddd35ccf3
commit fdd24b8c49
+1 -1
View File
@@ -2343,7 +2343,7 @@ int mbedtls_ssl_flight_transmit( mbedtls_ssl_context *ssl )
return( ret );
/* Update state and set timer */
if( ssl->state == MBEDTLS_SSL_HANDSHAKE_OVER )
if( mbedtls_ssl_is_handshake_over( ssl ) == 1 )
ssl->handshake->retransmit_state = MBEDTLS_SSL_RETRANS_FINISHED;
else
{