From 4a9d1bf95c2123952fcc411f5db1cfc5d5d8c8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Sz=C3=A9pk=C3=BAti?= Date: Mon, 28 Jun 2021 14:21:55 +0100 Subject: [PATCH] Remove check_config.h inclusion from ecc-heap.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bence Szépkúti --- scripts/ecc-heap.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ecc-heap.sh b/scripts/ecc-heap.sh index 76ecf111a..acf51f2e6 100755 --- a/scripts/ecc-heap.sh +++ b/scripts/ecc-heap.sh @@ -66,8 +66,6 @@ cat << EOF >$CONFIG_H #define MBEDTLS_ECP_DP_SECP521R1_ENABLED #define MBEDTLS_ECP_DP_CURVE25519_ENABLED -#include "check_config.h" - //#define MBEDTLS_ECP_WINDOW_SIZE 6 //#define MBEDTLS_ECP_FIXED_POINT_OPTIM 1 EOF