DPP: Fix couple of typos in debug messages
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
06f2df0693
commit
60b9dd86fd
1 changed files with 2 additions and 2 deletions
|
@ -5823,7 +5823,7 @@ out:
|
||||||
EC_KEY_free(Y_ec);
|
EC_KEY_free(Y_ec);
|
||||||
return pkex;
|
return pkex;
|
||||||
fail:
|
fail:
|
||||||
wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Request processing faileed");
|
wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Request processing failed");
|
||||||
dpp_pkex_free(pkex);
|
dpp_pkex_free(pkex);
|
||||||
pkex = NULL;
|
pkex = NULL;
|
||||||
goto out;
|
goto out;
|
||||||
|
@ -6111,7 +6111,7 @@ out:
|
||||||
BN_CTX_free(bnctx);
|
BN_CTX_free(bnctx);
|
||||||
return msg;
|
return msg;
|
||||||
fail:
|
fail:
|
||||||
wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Response processing faileed");
|
wpa_printf(MSG_DEBUG, "DPP: PKEX Exchange Response processing failed");
|
||||||
wpabuf_free(msg);
|
wpabuf_free(msg);
|
||||||
msg = NULL;
|
msg = NULL;
|
||||||
goto out;
|
goto out;
|
||||||
|
|
Loading…
Reference in a new issue