aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql
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/sql
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/sql')
-rw-r--r--src/charon/plugins/sql/sql_cred.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/charon/plugins/sql/sql_cred.c b/src/charon/plugins/sql/sql_cred.c
index 73a6a9c66..a504b23af 100644
--- a/src/charon/plugins/sql/sql_cred.c
+++ b/src/charon/plugins/sql/sql_cred.c
@@ -332,14 +332,6 @@ static enumerator_t* create_shared_enumerator(private_sql_cred_t *this,
}
/**
- * return null
- */
-static void *return_null()
-{
- return NULL;
-}
-
-/**
* Implementation of sql_cred_t.destroy.
*/
static void destroy(private_sql_cred_t *this)