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