mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
DPP: Fix a typo in a debug print
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
5f5fff4363
commit
578c9ea1ab
@ -5354,7 +5354,7 @@ static EC_POINT * dpp_pkex_derive_Qi(const struct dpp_curve_params *curve,
|
||||
EC_POINT_mul(group2, Qi, NULL, Pi_point, hash_bn, bnctx) != 1)
|
||||
goto fail;
|
||||
if (EC_POINT_is_at_infinity(group, Qi)) {
|
||||
wpa_printf(MSG_INFO, "PDP: Qi is the point-at-infinity");
|
||||
wpa_printf(MSG_INFO, "DPP: Qi is the point-at-infinity");
|
||||
goto fail;
|
||||
}
|
||||
out:
|
||||
|
Loading…
Reference in New Issue
Block a user