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 47c8fce396
commit 0f9a5f1ae5

View file

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