Allow compilation without MBEDTLS_SELF_TEST enabled

This commit is contained in:
Paul Bakker 2016-07-14 14:30:03 +01:00 committed by Simon Butcher
parent 6a9c725652
commit 217efbcb4b

View File

@ -42,6 +42,10 @@
#include <stdio.h>
#endif
#if defined(MBEDTLS_ENTROPY_NV_SEED)
#include "mbedtls/platform.h"
#endif
#if defined(MBEDTLS_SELF_TEST)
#if defined(MBEDTLS_PLATFORM_C)
#include "mbedtls/platform.h"