]> git.ipfire.org Git - people/ms/strongswan.git/blobdiff - src/charon/bus/listeners/listener.h
Store completed authentication rounds permanently on IKE_SA, with flush option
[people/ms/strongswan.git] / src / charon / bus / listeners / listener.h
index 1ff8c7c3b32725420b82c9127faa0f95feb78010..67e36beeb9dc93961b66844dd783d7ffd83935c8 100644 (file)
@@ -167,12 +167,11 @@ struct listener_t {
         * it is invoked again, but with final = TRUE.
         *
         * @param ike_sa        IKE_SA to authorize
-        * @param auth          list of auth_cfg_t, done in peers authentication rounds
         * @param final         TRUE if this is the final hook invocation
         * @param success       set to TRUE to complete IKE_SA, FALSE abort
         * @return                      TRUE to stay registered, FALSE to unregister
         */
-       bool (*authorize)(listener_t *this, ike_sa_t *ike_sa, linked_list_t *auth,
+       bool (*authorize)(listener_t *this, ike_sa_t *ike_sa,
                                          bool final, bool *success);
 };