diff --git a/configs/baremetal_test.h b/configs/baremetal_test.h index b107bd79a..33b51673d 100644 --- a/configs/baremetal_test.h +++ b/configs/baremetal_test.h @@ -45,4 +45,7 @@ #undef MBEDTLS_NO_PLATFORM_ENTROPY +#undef MBEDTLS_ENTROPY_MAX_SOURCES +#define MBEDTLS_ENTROPY_MAX_SOURCES 3 + #endif /* MBEDTLS_BAREMETAL_USER_CONFIG_H */