EAP-IKEv2: Fix a typo in a debug message

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2014-12-21 13:18:56 +02:00
parent bb68a6e3cc
commit 8779ac8a67
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}