diff options
author | Martin Willi <martin@strongswan.org> | 2006-02-14 14:52:00 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-02-14 14:52:00 +0000 |
commit | ce461bbd13c5ea6a94ba0b34cbb4d1be8159b67e (patch) | |
tree | d3ba1aa2e97e7aeb7b24163d4b8671abbeb9a7c9 /Source/charon/sa/states/ike_sa_init_requested.h | |
parent | 409d010131f14e551e0645e9b88ad7621d08b781 (diff) | |
download | strongswan-ce461bbd13c5ea6a94ba0b34cbb4d1be8159b67e.tar.bz2 strongswan-ce461bbd13c5ea6a94ba0b34cbb4d1be8159b67e.tar.xz |
- refactored ike proposal
- uses now proposal_t, wich is also used by child proposals
- ike key derivation refactored
- crypter_t api has get_key_size now
- some other improvements here and there
Diffstat (limited to 'Source/charon/sa/states/ike_sa_init_requested.h')
-rw-r--r-- | Source/charon/sa/states/ike_sa_init_requested.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/charon/sa/states/ike_sa_init_requested.h b/Source/charon/sa/states/ike_sa_init_requested.h index 7d4df6ba8..1fe0a6d1d 100644 --- a/Source/charon/sa/states/ike_sa_init_requested.h +++ b/Source/charon/sa/states/ike_sa_init_requested.h @@ -53,7 +53,6 @@ struct ike_sa_init_requested_t { * Constructor of class ike_sa_init_requested_t. * * @param ike_sa assigned ike_sa - * @param dh_group_priority the last used priority number to get the DH group for request * @param diffie_hellman diffie_hellman object use to retrieve shared secret * @param sent_nonce Sent nonce value * @param ike_sa_init_request_data the binary representation of the IKE_SA_INIT request message @@ -62,7 +61,6 @@ struct ike_sa_init_requested_t { * @ingroup states */ ike_sa_init_requested_t *ike_sa_init_requested_create(protected_ike_sa_t *ike_sa, - u_int16_t dh_group_priority, diffie_hellman_t *diffie_hellman, chunk_t sent_nonce, chunk_t ike_sa_init_request_data); |