Remove the namespacing from config-no-entropy.h

Remove the `mbedtls` namespacing from the `config-no-entropy.h` file,
as it is being imported to the include folder.
This commit is contained in:
Ron Eldor 2018-07-03 16:07:29 +03:00
parent 13dfb4e0a9
commit 21f9afed2b

View file

@ -87,6 +87,6 @@
/* Miscellaneous options */ /* Miscellaneous options */
#define MBEDTLS_AES_ROM_TABLES #define MBEDTLS_AES_ROM_TABLES
#include "mbedtls/check_config.h" #include "check_config.h"
#endif /* MBEDTLS_CONFIG_H */ #endif /* MBEDTLS_CONFIG_H */