From 333d16352310f34a75d0c83d2d85cda2127dc0eb Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Mon, 21 Nov 2016 14:13:24 +0000 Subject: [PATCH] Remove obsolote ECP abstraction macros Some macros have been removed from the Elliptic Curve Point abstraction layer, and they shouldn't have remained in the check_config.h --- include/mbedtls/check_config.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/mbedtls/check_config.h b/include/mbedtls/check_config.h index a3ec49db4..dab1113d8 100644 --- a/include/mbedtls/check_config.h +++ b/include/mbedtls/check_config.h @@ -150,14 +150,6 @@ #error "MBEDTLS_GCM_C defined, but not all prerequisites" #endif -#if defined(MBEDTLS_ECP_INIT_ALT) && !defined(MBEDTLS_ECP_INTERNAL_ALT) -#error "MBEDTLS_ECP_INIT_ALT defined, but not all prerequisites" -#endif - -#if defined(MBEDTLS_ECP_DEINIT_ALT) && !defined(MBEDTLS_ECP_INTERNAL_ALT) -#error "MBEDTLS_ECP_DEINIT_ALT defined, but not all prerequisites" -#endif - #if defined(MBEDTLS_ECP_RANDOMIZE_JAC_ALT) && !defined(MBEDTLS_ECP_INTERNAL_ALT) #error "MBEDTLS_ECP_RANDOMIZE_JAC_ALT defined, but not all prerequisites" #endif