diff options
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. |