From e06cc3109cd6ca48a0071c23e4da0da7381f0a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 16 Jul 2019 16:15:28 +0200 Subject: [PATCH] Add MBEDTLS_SHA256_NO_SHA224 to baremetal.h --- configs/baremetal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/baremetal.h b/configs/baremetal.h index 1b522551a..8bed9a8ae 100644 --- a/configs/baremetal.h +++ b/configs/baremetal.h @@ -61,6 +61,7 @@ #define MBEDTLS_MD_C #define MBEDTLS_SHA256_C #define MBEDTLS_SHA256_SMALLER +#define MBEDTLS_SHA256_NO_SHA224 /* TLS options */ #define MBEDTLS_SSL_CLI_C