change the include to mbedtls/config.h

pull/10041/head
Netanel Gonen 2019-03-11 18:31:07 +02:00
parent 83d70199d1
commit 053e07b6dc
1 changed files with 2 additions and 6 deletions

View File

@ -27,11 +27,7 @@
#ifndef _PAL_CRYPTO_CONFIG_H_
#define _PAL_CRYPTO_CONFIG_H_
#if !defined(MBEDTLS_CONFIG_FILE)
#include "config.h"
#else
#include MBEDTLS_CONFIG_FILE
#endif
#include "mbedtls/config.h"
/**
* \def ARCH_TEST_RSA
@ -408,4 +404,4 @@
#include "pal_crypto_config_check.h"
#endif /* _PAL_CRYPTO_CONFIG_H_ */
#endif