EAP-IKEv2: Fix a typo in a debug message
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
bb68a6e3cc
commit
8779ac8a67
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ static int ikev2_process_kei(struct ikev2_responder_data *data,
|
|||
}
|
||||
|
||||
if (kei_len < 4 + 96) {
|
||||
wpa_printf(MSG_INFO, "IKEV2: Too show Key Exchange Payload");
|
||||
wpa_printf(MSG_INFO, "IKEV2: Too short Key Exchange Payload");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue