mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-30 07:20:59 +00:00
remove out couter reset
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
39730a70cd
commit
de66d12afc
@ -1103,10 +1103,9 @@ static int ssl_tls13_prepare_encrypted_extensions( mbedtls_ssl_context *ssl )
|
||||
|
||||
ssl->handshake->transform_handshake = transform_handshake;
|
||||
mbedtls_ssl_set_outbound_transform( ssl, ssl->handshake->transform_handshake );
|
||||
|
||||
MBEDTLS_SSL_DEBUG_MSG(
|
||||
3, ( "switching to new transform spec for outbound data" ) );
|
||||
memset( ssl->out_ctr, 0, 8 );
|
||||
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user