diff options
author | Martin Willi <martin@strongswan.org> | 2006-08-23 09:25:41 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-08-23 09:25:41 +0000 |
commit | d03ab568a6c98e0afa2087fd291636621a22802e (patch) | |
tree | cd9c4a87e458a62905db8cf8a482fe23447b133e /src/charon/sa/transactions/rekey_ike_sa.h | |
parent | 3183006de229901b15385f7a39976987c49f630d (diff) | |
download | strongswan-4.0.3.tar.bz2 strongswan-4.0.3.tar.xz |
fixed rekeying behavior when proposing an inacceptable DH group (INVALID_KE_PAYLOAD)4.0.3
Diffstat (limited to 'src/charon/sa/transactions/rekey_ike_sa.h')
-rw-r--r-- | src/charon/sa/transactions/rekey_ike_sa.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/charon/sa/transactions/rekey_ike_sa.h b/src/charon/sa/transactions/rekey_ike_sa.h index f5e9d07da..f9b4491e3 100644 --- a/src/charon/sa/transactions/rekey_ike_sa.h +++ b/src/charon/sa/transactions/rekey_ike_sa.h @@ -54,9 +54,8 @@ struct rekey_ike_sa_t { * * @param this calling object * @param dh_group diffie hellman group to use - * @return FALSE, if DH group not allowed/supported */ - bool (*use_dh_group) (rekey_ike_sa_t* this, diffie_hellman_group_t dh_group); + void (*use_dh_group) (rekey_ike_sa_t* this, diffie_hellman_group_t dh_group); /** * @brief Cancel the request. |