mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-09 21:47:33 +00:00
Allow compilation without MBEDTLS_SELF_TEST enabled
This commit is contained in:
parent
6a9c725652
commit
217efbcb4b
|
@ -42,6 +42,10 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(MBEDTLS_ENTROPY_NV_SEED)
|
||||||
|
#include "mbedtls/platform.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_SELF_TEST)
|
#if defined(MBEDTLS_SELF_TEST)
|
||||||
#if defined(MBEDTLS_PLATFORM_C)
|
#if defined(MBEDTLS_PLATFORM_C)
|
||||||
#include "mbedtls/platform.h"
|
#include "mbedtls/platform.h"
|
||||||
|
|
Loading…
Reference in a new issue