File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed
crypto_access_control/COMPONENT_NSPE Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
+ #if !defined(MBEDTLS_CONFIG_FILE)
19
+ #include " mbedtls/config.h"
20
+ #else
21
+ #include MBEDTLS_CONFIG_FILE
22
+ #endif
23
+
18
24
#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
19
25
#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
20
26
#endif
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
+ #if !defined(MBEDTLS_CONFIG_FILE)
20
+ #include " mbedtls/config.h"
21
+ #else
22
+ #include MBEDTLS_CONFIG_FILE
23
+ #endif
24
+
19
25
#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
20
26
#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
21
27
#endif // TARGET_PSA
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
+ #if !defined(MBEDTLS_CONFIG_FILE)
19
+ #include " mbedtls/config.h"
20
+ #else
21
+ #include MBEDTLS_CONFIG_FILE
22
+ #endif
23
+
18
24
#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)) || (!defined(COMPONENT_PSA_SRV_IPC)))
19
25
#error [NOT_SUPPORTED] These tests can run only on SPM-enabled targets and where Mbed Crypto is ON - skipping.
20
26
#endif
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
+ #if !defined(MBEDTLS_CONFIG_FILE)
20
+ #include " mbedtls/config.h"
21
+ #else
22
+ #include MBEDTLS_CONFIG_FILE
23
+ #endif
24
+
19
25
#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
20
26
#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
21
27
#endif // TARGET_PSA
You can’t perform that action at this time.
0 commit comments