tests: Update eap_proto_pwd_errors to match implementation
A negative test was failing with the PWE derivation change in the implementation. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
f73e041b9b
commit
0b48cfe178
1 changed files with 0 additions and 1 deletions
|
@ -8158,7 +8158,6 @@ def test_eap_proto_pwd_errors(dev, apdev):
|
|||
(3, "crypto_bignum_init_set;compute_password_element"),
|
||||
(1, "crypto_bignum_to_bin;compute_password_element"),
|
||||
(1, "crypto_ec_point_compute_y_sqr;compute_password_element"),
|
||||
(1, "crypto_ec_point_solve_y_coord;compute_password_element"),
|
||||
(1, "crypto_bignum_rand;compute_password_element"),
|
||||
(1, "crypto_bignum_sub;compute_password_element")]
|
||||
for count, func in funcs:
|
||||
|
|
Loading…
Reference in a new issue