commit | fcc9afaf9d537c83bac4d40f82c6b67a08fa7e50 | [log] [tgz] |
---|---|---|
author | Elena Uziunaite <elena.uziunaite@arm.com> | Thu May 23 14:43:22 2024 +0100 |
committer | Elena Uziunaite <elena.uziunaite@arm.com> | Tue Jul 02 11:08:04 2024 +0100 |
tree | 47d14e78642463e2da76757f2e5efc01b5238e2f | |
parent | 76ac620d702f18f774b8aa37bea085be2970c7df [diff] [blame] |
Replace MBEDTLS_MD_CAN_SHA224 with PSA_WANT_ALG_SHA_224 Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
diff --git a/library/ssl_misc.h b/library/ssl_misc.h index a8807f6..ebeaf5f 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h
@@ -2527,7 +2527,7 @@ break; #endif -#if defined(MBEDTLS_MD_CAN_SHA224) +#if defined(PSA_WANT_ALG_SHA_224) case MBEDTLS_SSL_HASH_SHA224: break; #endif