mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-02-27 10:04:19 +01: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…
Reference in a new issue