OpenSSL: Remove a forgotten debug print

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2022-07-17 12:07:22 +03:00 committed by Jouni Malinen
parent f2bb0839fb
commit f0273bc814

View file

@ -3212,7 +3212,6 @@ crypto_ec_key_set_pub_point(struct crypto_ec *ec,
EC_KEY *eckey;
EVP_PKEY *pkey = NULL;
wpa_printf(MSG_INFO, "JKM:%s", __func__);
eckey = EC_KEY_new();
if (!eckey ||
EC_KEY_set_group(eckey, ec->group) != 1 ||