ECDH: Fix inclusion of platform.h for proper use of MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED

This commit is contained in:
Christoph M. Wintersteiger 2019-02-20 18:06:00 +00:00 committed by Janos Follath
parent 5d536cd814
commit cc91fe2667

View file

@ -25,9 +25,8 @@
#include MBEDTLS_CONFIG_FILE
#endif
#if defined(MBEDTLS_PLATFORM_C)
#include "mbedtls/platform.h"
#else
#if !defined(MBEDTLS_PLATFORM_C)
#include <stdio.h>
#include <stdlib.h>
#define mbedtls_exit exit