1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-05 19:35:48 +03:00

Replace MBEDTLS_MD_CAN_SHA512 with PSA_WANT_ALG_SHA_512

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2024-06-13 12:53:54 +02:00
parent ab0af45d11
commit c15ef93aa5
28 changed files with 380 additions and 380 deletions

View File

@@ -292,7 +292,7 @@ static int send_cb(void *ctx, unsigned char const *buf, size_t len)
#endif
uint16_t ssl_sig_algs_for_test[] = {
#if defined(MBEDTLS_MD_CAN_SHA512)
#if defined(PSA_WANT_ALG_SHA_512)
MBEDTLS_SSL_SIG_ALG(MBEDTLS_SSL_HASH_SHA512)
#endif
#if defined(PSA_WANT_ALG_SHA_384)