diff options
Diffstat (limited to 'src/libcharon/sa/ikev1/phase1.h')
-rw-r--r-- | src/libcharon/sa/ikev1/phase1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/sa/ikev1/phase1.h b/src/libcharon/sa/ikev1/phase1.h index 22b9dd68a..994c85be7 100644 --- a/src/libcharon/sa/ikev1/phase1.h +++ b/src/libcharon/sa/ikev1/phase1.h @@ -91,11 +91,12 @@ struct phase1_t { * Select a peer config as responder. * * @param method used authentication method + * @param aggressive TRUE to get an aggressive mode config * @param id initiator identity * @return selected peer config, NULL if none found */ peer_cfg_t* (*select_config)(phase1_t *this, auth_method_t method, - identification_t *id); + bool aggressive, identification_t *id); /** * Get configured identity from peer config. |