From 232ac03bbe3a6d70718761b453eaceadcf66e25c Mon Sep 17 00:00:00 2001 From: Ethan Looney Date: Thu, 5 Nov 2020 14:38:23 -0700 Subject: [PATCH] Changed it to only the inverse --- tests/api.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/api.c b/tests/api.c index 591a1a316..43142ca97 100644 --- a/tests/api.c +++ b/tests/api.c @@ -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; }