ssl_tls: rename sha_512_psa to sha_384_psa

This commit is contained in:
Andrzej Kurek 2019-01-30 03:29:12 -05:00
parent eb342241a5
commit 972fba51ed
2 changed files with 14 additions and 14 deletions

View file

@ -382,7 +382,7 @@ struct mbedtls_ssl_handshake_params
#endif
#if defined(MBEDTLS_SHA512_C)
#if defined(MBEDTLS_USE_PSA_CRYPTO)
psa_hash_operation_t fin_sha512_psa;
psa_hash_operation_t fin_sha384_psa;
#else
mbedtls_sha512_context fin_sha512;
#endif