XAUTH is initiated based on configuration, no need to call externally

This commit is contained in:
Martin Willi
2012-03-20 17:30:49 +01:00
parent 017d98bf39
commit 384c1a32a2
3 changed files with 0 additions and 21 deletions
-5
View File
@@ -958,11 +958,6 @@ struct ike_sa_t {
* Destroys a ike_sa_t object.
*/
void (*destroy) (ike_sa_t *this);
/**
* Initiate XAUTH authentication
*/
status_t (*initiate_xauth)(ike_sa_t *this);
};
/**