diff options
Diffstat (limited to 'src/charon/sa/keymat.c')
-rw-r--r-- | src/charon/sa/keymat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charon/sa/keymat.c b/src/charon/sa/keymat.c index e7224fe52..93f88a6fc 100644 --- a/src/charon/sa/keymat.c +++ b/src/charon/sa/keymat.c @@ -31,9 +31,9 @@ struct private_keymat_t { keymat_t public; /** - * IKE_SA Role, initiator or responder - */ - bool initiator; + * IKE_SA Role, initiator or responder + */ + bool initiator; /** * inbound signer (verify) |