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
1 changed files with 1 additions and 1 deletions
|
@ -4757,7 +4757,7 @@ static EVP_PKEY * dpp_parse_jwk(struct json_token *jwk,
|
|||
goto fail;
|
||||
}
|
||||
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);
|
||||
goto fail;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue