mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
Remove spurious debug in ssl_tls12_populate_transform()
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
@@ -7315,7 +7315,6 @@ static int ssl_tls12_populate_transform( mbedtls_ssl_transform *transform,
|
|||||||
mac_enc, mac_key_len,
|
mac_enc, mac_key_len,
|
||||||
&transform->psa_mac_enc ) ) != PSA_SUCCESS )
|
&transform->psa_mac_enc ) ) != PSA_SUCCESS )
|
||||||
{
|
{
|
||||||
MBEDTLS_SSL_DEBUG_RET( 3, "psa_import_mac_key", (int)status );
|
|
||||||
ret = psa_ssl_status_to_mbedtls( status );
|
ret = psa_ssl_status_to_mbedtls( status );
|
||||||
MBEDTLS_SSL_DEBUG_RET( 1, "psa_import_mac_key", ret );
|
MBEDTLS_SSL_DEBUG_RET( 1, "psa_import_mac_key", ret );
|
||||||
goto end;
|
goto end;
|
||||||
|
Reference in New Issue
Block a user