mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-29 12:32:48 +00:00
Fix test case dependency
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
00c9c7a81b
commit
cec506083b
@ -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…
x
Reference in New Issue
Block a user