Deleted comment

This commit is contained in:
Ethan Looney
2020-10-23 13:52:06 -06:00
parent 2bd761bb4c
commit a5f86729f9

View File

@@ -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;