From 081ae2eb61b1c7949d71ed4ddf0ce1efe416e218 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 19 Mar 2008 09:44:47 +0000 Subject: fixed CRL check return value on revoked certificates fixed possible refcounting bugs generic return_null() implementation --- src/charon/plugins/stroke/stroke.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/charon/plugins/stroke/stroke.c') diff --git a/src/charon/plugins/stroke/stroke.c b/src/charon/plugins/stroke/stroke.c index 6af5ebefc..401cb2228 100755 --- a/src/charon/plugins/stroke/stroke.c +++ b/src/charon/plugins/stroke/stroke.c @@ -281,14 +281,6 @@ static void ca_section_destroy(ca_section_t *this) free(this); } -/** - * another return NULL - */ -static void* return_null() -{ - return NULL; -} - /** * data to pass to create_inner_cdp */ -- cgit v1.2.3