Skip to content

Commit 3a4fd57

Browse files
Netanel GonenCruz Monrreal II
authored andcommitted
change the include to mbedtls/config.h
1 parent 4972263 commit 3a4fd57

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

features/frameworks/TARGET_PSA/pal/pal_crypto_config.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727
#ifndef _PAL_CRYPTO_CONFIG_H_
2828
#define _PAL_CRYPTO_CONFIG_H_
2929

30-
#if !defined(MBEDTLS_CONFIG_FILE)
31-
#include "config.h"
32-
#else
33-
#include MBEDTLS_CONFIG_FILE
34-
#endif
30+
#include "mbedtls/config.h"
3531

3632
/**
3733
* \def ARCH_TEST_RSA
@@ -408,4 +404,4 @@
408404

409405
#include "pal_crypto_config_check.h"
410406

411-
#endif /* _PAL_CRYPTO_CONFIG_H_ */
407+
#endif

0 commit comments

Comments
 (0)