forked from wolfSSL/wolfssl
Changed it to only the inverse
This commit is contained in:
@ -29202,9 +29202,6 @@ static int test_wolfSSL_GetLoggingCb (void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
if (wolfSSL_GetLoggingCb() == NULL) {
|
|
||||||
ret = 0;
|
|
||||||
}
|
|
||||||
if (wolfSSL_GetLoggingCb() != NULL) {
|
if (wolfSSL_GetLoggingCb() != NULL) {
|
||||||
ret = -1;
|
ret = -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user