- state ike_auth_requested

- does now establishing of IKE_SA in both directions
This commit is contained in:
Martin Willi
2005-12-02 13:45:47 +00:00
parent 5534ee8476
commit ccb37df25d
7 changed files with 46 additions and 47 deletions
+1 -1
View File
@@ -52,6 +52,6 @@ struct ike_auth_requested_t {
*
* @ingroup states
*/
ike_auth_requested_t *ike_auth_requested_create(protected_ike_sa_t *ike_sa, chunk_t sent_nonce, chunk_t received_nonce);
ike_auth_requested_t *ike_auth_requested_create(protected_ike_sa_t *ike_sa);
#endif /*IKE_AUTH_REQUESTED_H_*/