From 7ca3109614bfc1c8c1b3ffdfbf009b88bac5afbf Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Wed, 5 Oct 2016 14:39:15 +0100 Subject: [PATCH] Regenerate error.c file to remove CMAC --- library/error.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/library/error.c b/library/error.c index e7b521bc7..71d4faa70 100644 --- a/library/error.c +++ b/library/error.c @@ -69,10 +69,6 @@ #include "mbedtls/cipher.h" #endif -#if defined(MBEDTLS_CMAC_C) -#include "mbedtls/cmac.h" -#endif - #if defined(MBEDTLS_CTR_DRBG_C) #include "mbedtls/ctr_drbg.h" #endif