mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-13 22:57:48 +00:00
Fix test case dependency
Signed-off-by: Gabor Mezei <[email protected]>
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user