mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-03 20:26:21 +00:00
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:
parent
47c8fce396
commit
0f9a5f1ae5
|
@ -86,6 +86,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 */
|
||||||
|
|
Loading…
Reference in a new issue