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 f1c5aeb commit 5f36447Copy full SHA for 5f36447
TESTS/psa/crypto_init/main.cpp
@@ -16,8 +16,8 @@
16
* limitations under the License.
17
*/
18
19
-#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
20
-#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
+#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)) || (!defined(MBEDTLS_PSA_CRYPTO_SPM )))
+#error [NOT_SUPPORTED] Mbed SPM Crypto is OFF - skipping.
21
#endif // TARGET_PSA
22
23
#include "greentea-client/test_env.h"
0 commit comments