mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 09:14:03 -05:00
DPP: Fix a debug print to use quotation marks consistently
The "DPP: Unexpected JWK kty" debug print missed one of the quotation marks. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
a46b60c440
commit
06e62e11c7
@ -4757,7 +4757,7 @@ static EVP_PKEY * dpp_parse_jwk(struct json_token *jwk,
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
if (os_strcmp(token->string, "EC") != 0) {
|
if (os_strcmp(token->string, "EC") != 0) {
|
||||||
wpa_printf(MSG_DEBUG, "DPP: Unexpected JWK kty '%s",
|
wpa_printf(MSG_DEBUG, "DPP: Unexpected JWK kty '%s'",
|
||||||
token->string);
|
token->string);
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user