WPA: Fix a typo in a debug message

"PT derivation" was supposed to be saying "PTK derivation".

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2018-04-08 19:44:53 +03:00
parent 1bd131105b
commit 8e402d1657

View file

@ -339,7 +339,7 @@ int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label,
size_t ptk_len;
if (pmk_len == 0) {
wpa_printf(MSG_ERROR, "WPA: No PMK set for PT derivation");
wpa_printf(MSG_ERROR, "WPA: No PMK set for PTK derivation");
return -1;
}