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;