forked from wolfSSL/wolfssl
Deleted comment
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user