diff options
Diffstat (limited to 'src/charon/sa/ike_sa_id.h')
-rw-r--r-- | src/charon/sa/ike_sa_id.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charon/sa/ike_sa_id.h b/src/charon/sa/ike_sa_id.h index 377e64e8a..0e7d7ea45 100644 --- a/src/charon/sa/ike_sa_id.h +++ b/src/charon/sa/ike_sa_id.h @@ -67,7 +67,7 @@ struct ike_sa_id_t { /** * Check if two ike_sa_id_t objects are equal. - * + * * Two ike_sa_id_t objects are equal if both SPI values and the role matches. * * @param other ike_sa_id_t object to check if equal @@ -78,7 +78,7 @@ struct ike_sa_id_t { /** * Replace all values of a given ike_sa_id_t object with values. * from another ike_sa_id_t object. - * + * * After calling this function, both objects are equal. * * @param other ike_sa_id_t object from which values will be taken @@ -94,7 +94,7 @@ struct ike_sa_id_t { /** * Switche the original initiator flag. - * + * * @return TRUE if we are the original initator after switch, FALSE otherwise */ bool (*switch_initiator) (ike_sa_id_t *this); |