aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/stroke/stroke.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-03-19 09:44:47 +0000
committerMartin Willi <martin@strongswan.org>2008-03-19 09:44:47 +0000
commit081ae2eb61b1c7949d71ed4ddf0ce1efe416e218 (patch)
treecb445560eb0d20ec9a9694691506dafa614edb83 /src/charon/plugins/stroke/stroke.c
parenta40708e5119818cfaf6e2156f64828b7f04bad37 (diff)
downloadstrongswan-081ae2eb61b1c7949d71ed4ddf0ce1efe416e218.tar.bz2
strongswan-081ae2eb61b1c7949d71ed4ddf0ce1efe416e218.tar.xz
fixed CRL check return value on revoked certificates
fixed possible refcounting bugs generic return_null() implementation
Diffstat (limited to 'src/charon/plugins/stroke/stroke.c')
-rwxr-xr-xsrc/charon/plugins/stroke/stroke.c8
1 files changed, 0 insertions, 8 deletions
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
@@ -282,14 +282,6 @@ static void ca_section_destroy(ca_section_t *this)
}
/**
- * another return NULL
- */
-static void* return_null()
-{
- return NULL;
-}
-
-/**
* data to pass to create_inner_cdp
*/
typedef struct {