1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-07-23 09:39:19 +08:00

Regenerate error.c file to remove CMAC

This commit is contained in:
Simon Butcher 2016-10-05 14:39:15 +01:00
parent 21c54816f5
commit 7ca3109614

View File

@ -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