Replace handshake over in flight transmit
Fix deadloop in DTLS resumption test. Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
c5826eaba2
commit
cfda4bbeac
1 changed files with 1 additions and 1 deletions
|
@ -2343,7 +2343,7 @@ int mbedtls_ssl_flight_transmit( mbedtls_ssl_context *ssl )
|
|||
return( ret );
|
||||
|
||||
/* Update state and set timer */
|
||||
if( mbedtls_ssl_is_handshake_over( ssl ) == 1 )
|
||||
if( ssl->state == MBEDTLS_SSL_HANDSHAKE_OVER )
|
||||
ssl->handshake->retransmit_state = MBEDTLS_SSL_RETRANS_FINISHED;
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue