From a5f86729f9a95876ea2ccf06affc18bf5b2c35da Mon Sep 17 00:00:00 2001 From: Ethan Looney Date: Fri, 23 Oct 2020 13:52:06 -0600 Subject: [PATCH] Deleted comment --- tests/api.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/api.c b/tests/api.c index 18dc22b6a..a742b666f 100644 --- a/tests/api.c +++ b/tests/api.c @@ -29202,7 +29202,6 @@ static int test_wolfSSL_GetLoggingCb (void) } #endif if (ret == 0) { - //ret = wolfSSL_SetLoggingCb(Logging_cb); if (ret == 0) { if (wolfSSL_GetLoggingCb() == NULL) { ret = 0; @@ -29213,8 +29212,6 @@ static int test_wolfSSL_GetLoggingCb (void) } } - - printf(resultFmt, ret == 0 ? passed : failed); return ret;