We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4972263 commit 3a4fd57Copy full SHA for 3a4fd57
features/frameworks/TARGET_PSA/pal/pal_crypto_config.h
@@ -27,11 +27,7 @@
27
#ifndef _PAL_CRYPTO_CONFIG_H_
28
#define _PAL_CRYPTO_CONFIG_H_
29
30
-#if !defined(MBEDTLS_CONFIG_FILE)
31
-#include "config.h"
32
-#else
33
-#include MBEDTLS_CONFIG_FILE
34
-#endif
+#include "mbedtls/config.h"
35
36
/**
37
* \def ARCH_TEST_RSA
@@ -408,4 +404,4 @@
408
404
409
405
#include "pal_crypto_config_check.h"
410
406
411
-#endif /* _PAL_CRYPTO_CONFIG_H_ */
407
+#endif
0 commit comments