mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Removed unnecessary test
This commit is contained in:
@@ -29205,11 +29205,6 @@ static int test_wolfSSL_GetLoggingCb (void)
|
||||
if (wolfSSL_GetLoggingCb() == NULL) {
|
||||
ret = 0;
|
||||
}
|
||||
if (ret == 0) {
|
||||
if (wolfSSL_GetLoggingCb() != NULL) {
|
||||
ret = -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
printf(resultFmt, ret == 0 ? passed : failed);
|
||||
|
Reference in New Issue
Block a user