From cec506083b3dbddd52bdf6d22d5b18c4277f5aae Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Mon, 17 Apr 2023 14:56:03 +0200 Subject: [PATCH] Fix test case dependency Signed-off-by: Gabor Mezei --- scripts/mbedtls_dev/ecp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mbedtls_dev/ecp.py b/scripts/mbedtls_dev/ecp.py index 636ff20a96..8a711ce1f5 100644 --- a/scripts/mbedtls_dev/ecp.py +++ b/scripts/mbedtls_dev/ecp.py @@ -498,7 +498,7 @@ class EcpP192K1Raw(bignum_common.ModOperationCommon, test_name = "ecp_mod_p192k1" input_style = "fixed" arity = 1 - dependencies = ["MBEDTLS_ECP_DP_SECP119K1_ENABLED"] + dependencies = ["MBEDTLS_ECP_DP_SECP192K1_ENABLED"] moduli = ["fffffffffffffffffffffffffffffffffffffffeffffee37"] # type: List[str]