Add fixes for defines in selftest

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2026-01-15 07:56:29 +00:00
parent 842d2d948c
commit 4569547e59

View File

@@ -245,6 +245,8 @@ static int mbedtls_entropy_self_test_wrapper(int verbose)
}
#endif
#if defined(MBEDTLS_SELF_TEST)
typedef struct {
const char *name;
int (*function)(int);