mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-30 20:07:01 +00:00
Fixed CI tests by overriding value MBEDTLS_ENTROPY_MAX_SOURCES
Override define MBEDTLS_ENTROPY_MAX_SOURCES from 1 to 3 in baremetal_test.h mbedtls_entropy_init adds 2 sources already so max must be 3 so that one source can be added with mbedtls_entropy_add_source.
This commit is contained in:
parent
3d414bfb65
commit
99082aeac7
|
@ -45,4 +45,7 @@
|
||||||
|
|
||||||
#undef MBEDTLS_NO_PLATFORM_ENTROPY
|
#undef MBEDTLS_NO_PLATFORM_ENTROPY
|
||||||
|
|
||||||
|
#undef MBEDTLS_ENTROPY_MAX_SOURCES
|
||||||
|
#define MBEDTLS_ENTROPY_MAX_SOURCES 3
|
||||||
|
|
||||||
#endif /* MBEDTLS_BAREMETAL_USER_CONFIG_H */
|
#endif /* MBEDTLS_BAREMETAL_USER_CONFIG_H */
|
||||||
|
|
Loading…
Reference in a new issue