Changed it to only the inverse

This commit is contained in:
Ethan Looney
2020-11-05 14:38:23 -07:00
parent 06f1a1870d
commit 232ac03bbe

View File

@ -29202,9 +29202,6 @@ static int test_wolfSSL_GetLoggingCb (void)
}
#endif
if (ret == 0) {
if (wolfSSL_GetLoggingCb() == NULL) {
ret = 0;
}
if (wolfSSL_GetLoggingCb() != NULL) {
ret = -1;
}