- chunt guet

This commit is contained in:
Jan Hutter
2005-11-21 18:24:36 +00:00
parent 3e13b35a49
commit d532165026
4 changed files with 141 additions and 41 deletions
+1 -1
View File
@@ -50,6 +50,6 @@ struct ike_sa_init_requested_s {
* @param diffie_hellman diffie_hellman object use to retrieve shared secret
* @param sent_nonce Sent nonce value
*/
ike_sa_init_requested_t *ike_sa_init_requested_create(protected_ike_sa_t *ike_sa, diffie_hellman_t *diffie_hellman, chunk_t sent_nonce);
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);
#endif /*IKE_SA_INIT_REQUESTED_H_*/