diff options
author | Martin Willi <martin@strongswan.org> | 2008-03-19 09:44:47 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-03-19 09:44:47 +0000 |
commit | 081ae2eb61b1c7949d71ed4ddf0ce1efe416e218 (patch) | |
tree | cb445560eb0d20ec9a9694691506dafa614edb83 /src/charon/plugins/stroke/stroke.c | |
parent | a40708e5119818cfaf6e2156f64828b7f04bad37 (diff) | |
download | strongswan-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-x | src/charon/plugins/stroke/stroke.c | 8 |
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 { |