- chunt guet
This commit is contained in:
@@ -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_*/
|
||||
|
||||
Reference in New Issue
Block a user