diff options
Diffstat (limited to 'tests/libtest/lib509.c')
-rw-r--r-- | tests/libtest/lib509.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index f4dadce73..5d8edd266 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -35,13 +35,6 @@ #define MAIN_LOOP_HANG_TIMEOUT 90 * 1000 #define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000 -/* - * We use this ZERO_NULL to avoid picky compiler warnings, - * when assigning a NULL pointer to a function pointer var. - */ - -#define ZERO_NULL 0 - int portnum; /* the HTTPS port number we use */ typedef struct sslctxparm_st { |