OpenSSL: Remove a forgotten debug print
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
f2bb0839fb
commit
f0273bc814
1 changed files with 0 additions and 1 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Reference in a new issue