aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib509.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-10-17 16:58:32 +0000
committerYang Tse <yangsita@gmail.com>2007-10-17 16:58:32 +0000
commit92433e596b7fbfa5c75926705dcfef0080ebf012 (patch)
tree9dc076641396934683d15b962395dc6f11d36d5f /tests/libtest/lib509.c
parent5360f88393c91758ed0f29fa65a9b15716589aa1 (diff)
We use this ZERO_NULL to avoid picky compiler warnings,
when assigning a NULL pointer to a function pointer var.
Diffstat (limited to 'tests/libtest/lib509.c')
-rw-r--r--tests/libtest/lib509.c7
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 {