]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
OpenSSL: Remove a forgotten debug print
authorJouni Malinen <quic_jouni@quicinc.com>
Sun, 17 Jul 2022 09:07:22 +0000 (12:07 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 17 Jul 2022 09:07:22 +0000 (12:07 +0300)
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/crypto/crypto_openssl.c

index 08e9f26458890353885df3f78070e95bf73060f1..153a1f7aa4cc3914a1028dd47864577d87b95c1d 100644 (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 ||