Fix test case dependency
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
00c9c7a81b
commit
cec506083b
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue