From cdce332d8c4faaf8476e734794916a16a1f4f8f0 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 24 Jul 2019 11:14:05 +0100 Subject: [PATCH] Remove MBEDTLS_ECDH_C from baremetal configuration Baremetal uses the tinyCrypt implementation of ECDHE. --- configs/baremetal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/baremetal.h b/configs/baremetal.h index 5c185d220..0bdee4fc2 100644 --- a/configs/baremetal.h +++ b/configs/baremetal.h @@ -46,7 +46,6 @@ #define MBEDTLS_PK_C #define MBEDTLS_PK_PARSE_C #define MBEDTLS_PK_WRITE_C -#define MBEDTLS_ECDH_C #define MBEDTLS_ECDSA_C #define MBEDTLS_ECP_C #define MBEDTLS_ECP_DP_SECP256R1_ENABLED