From: Jouni Malinen Date: Sun, 17 Jul 2022 09:07:22 +0000 (+0300) Subject: OpenSSL: Remove a forgotten debug print X-Git-Tag: hostap_2_11~1835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0273bc814b4b4f5fea389ad1f08f4470a7993d8;p=thirdparty%2Fhostap.git OpenSSL: Remove a forgotten debug print Signed-off-by: Jouni Malinen --- diff --git a/src/crypto/crypto_openssl.c b/src/crypto/crypto_openssl.c index 08e9f2645..153a1f7aa 100644 --- a/src/crypto/crypto_openssl.c +++ b/src/crypto/crypto_openssl.c @@ -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 ||