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