fix build fail for test_psa_crypto_config_accel_hash_use_psa
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
0a55cc647c
commit
a5df584d87
1 changed files with 2 additions and 1 deletions
|
@ -1537,7 +1537,8 @@ int mbedtls_ssl_tls13_compute_resumption_master_secret( mbedtls_ssl_context *ssl
|
||||||
|
|
||||||
MBEDTLS_SSL_DEBUG_BUF( 4, "Resumption master secret",
|
MBEDTLS_SSL_DEBUG_BUF( 4, "Resumption master secret",
|
||||||
ssl->session_negotiate->app_secrets.resumption_master_secret,
|
ssl->session_negotiate->app_secrets.resumption_master_secret,
|
||||||
mbedtls_md_get_size( mbedtls_md_info_from_type( md_type ) ) );
|
PSA_HASH_LENGTH(
|
||||||
|
PSA_ALG_HMAC( mbedtls_hash_info_psa_from_md( md_type ) ) ) );
|
||||||
|
|
||||||
|
|
||||||
MBEDTLS_SSL_DEBUG_MSG( 2,
|
MBEDTLS_SSL_DEBUG_MSG( 2,
|
||||||
|
|
Loading…
Reference in a new issue