mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Added inverse case
This commit is contained in:
@ -29205,6 +29205,9 @@ static int test_wolfSSL_GetLoggingCb (void)
|
||||
if (wolfSSL_GetLoggingCb() == NULL) {
|
||||
ret = 0;
|
||||
}
|
||||
if (wolfSSL_GetLoggingCb() != NULL) {
|
||||
ret = -1;
|
||||
}
|
||||
}
|
||||
|
||||
printf(resultFmt, ret == 0 ? passed : failed);
|
||||
|
Reference in New Issue
Block a user