This commit is contained in:
Jan Hutter
2005-12-02 08:05:20 +00:00
parent ff43984dca
commit 8c7824fb57
7 changed files with 57 additions and 43 deletions
+3 -1
View File
@@ -46,10 +46,12 @@ struct ike_auth_requested_t {
* Constructor of class ike_auth_requested_t
*
* @param ike_sa assigned ike_sa object
* @param sent_nonce Sent nonce value
* @param received_nonce Received nonce value
* @return created ike_auth_requested_t object
*
* @ingroup states
*/
ike_auth_requested_t *ike_auth_requested_create(protected_ike_sa_t *ike_sa);
ike_auth_requested_t *ike_auth_requested_create(protected_ike_sa_t *ike_sa, chunk_t sent_nonce, chunk_t received_nonce);
#endif /*IKE_AUTH_REQUESTED_H_*/