Moved credential manager to libstrongswan

This commit is contained in:
Martin Willi
2010-07-13 10:26:07 +02:00
parent 2ca7db1337
commit 2ccc02a4fd
48 changed files with 191 additions and 205 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ static void del(private_stroke_ca_t *this, stroke_msg_t *msg)
}
ca_section_destroy(ca);
charon->credentials->flush_cache(charon->credentials, CERT_ANY);
lib->credmgr->flush_cache(lib->credmgr, CERT_ANY);
}
/**