Destroy IKE_SA Managers crypto primitives during flush, the plugins are gone in destroy

This commit is contained in:
Martin Willi
2010-08-04 09:26:21 +02:00
parent 5a27bf8ad8
commit 65858b83f8
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -199,6 +199,8 @@ struct ike_sa_manager_t {
* Delete all existing IKE_SAs and destroy them immediately.
*
* Threads will be driven out, so all SAs can be deleted cleanly.
* To a flush(), an immediate call to destroy() is mandatory; no other
* method may be used.
*/
void (*flush)(ike_sa_manager_t *this);