From bda7f87e2a21a56367ebc71212113e1ac76e35e9 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Thu, 13 Apr 2023 13:11:05 +0200 Subject: [PATCH] Add dependency for P192K1 tests Signed-off-by: Gabor Mezei --- scripts/mbedtls_dev/ecp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/mbedtls_dev/ecp.py b/scripts/mbedtls_dev/ecp.py index b211c98eb..636ff20a9 100644 --- a/scripts/mbedtls_dev/ecp.py +++ b/scripts/mbedtls_dev/ecp.py @@ -498,6 +498,7 @@ class EcpP192K1Raw(bignum_common.ModOperationCommon, test_name = "ecp_mod_p192k1" input_style = "fixed" arity = 1 + dependencies = ["MBEDTLS_ECP_DP_SECP119K1_ENABLED"] moduli = ["fffffffffffffffffffffffffffffffffffffffeffffee37"] # type: List[str]