EAP-pwd: Fix the prefix in a debug message
This was copied from sae.c, but the debug message prefix was not changed to match the use here. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
bf4002e251
commit
34575ad72e
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ int compute_password_element(EAP_PWD_group *grp, u16 num,
|
||||||
crypto_bignum_sub(prime, y, y) < 0 ||
|
crypto_bignum_sub(prime, y, y) < 0 ||
|
||||||
crypto_bignum_to_bin(y, x_y + MAX_ECC_PRIME_LEN,
|
crypto_bignum_to_bin(y, x_y + MAX_ECC_PRIME_LEN,
|
||||||
MAX_ECC_PRIME_LEN, primebytelen) < 0) {
|
MAX_ECC_PRIME_LEN, primebytelen) < 0) {
|
||||||
wpa_printf(MSG_DEBUG, "SAE: Could not solve y");
|
wpa_printf(MSG_DEBUG, "EAP-pwd: Could not solve y");
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue