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 c3bd6f1 commit d614fd8Copy full SHA for d614fd8
TESTS/psa/entropy_inject/main.cpp
@@ -16,7 +16,7 @@
16
* limitations under the License.
17
*/
18
19
-#if (!defined(TARGET_PSA) || !defined(COMPONENT_PSA_SRV_IPC))
+#if ((!defined(TARGET_PSA) || (!defined(COMPONENT_PSA_SRV_IPC)) && !defined(MBEDTLS_ENTROPY_NV_SEED)))
20
#error [NOT_SUPPORTED] PSA entropy injection tests can run only on PSA-enabled targets.
21
#endif // TARGET_PSA
22
0 commit comments