aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-07 07:48:43 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-07 07:48:43 +0000
commita36a745a1891b6d288e94211c76059a2be25d9e0 (patch)
treee2baf964914ec47ecf2625a85ca32ea8d035edf4 /Source
parent79b8aa19851524b98d046f74a7338fea7f0aba69 (diff)
downloadstrongswan-a36a745a1891b6d288e94211c76059a2be25d9e0.tar.bz2
strongswan-a36a745a1891b6d288e94211c76059a2be25d9e0.tar.xz
- documentation updated
Diffstat (limited to 'Source')
-rw-r--r--Source/charon/sa/authenticator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/charon/sa/authenticator.c b/Source/charon/sa/authenticator.c
index e298d1fa0..66ed73619 100644
--- a/Source/charon/sa/authenticator.c
+++ b/Source/charon/sa/authenticator.c
@@ -103,7 +103,8 @@ static chunk_t allocate_octets(private_authenticator_t *this,chunk_t last_messag
chunk_t id_chunk = my_id->get_data(my_id);
u_int8_t id_with_header[4 + id_chunk.len];
/*
- * IKEv2 for linux is not compatible with IKEv2 Draft and so not compatible with this
+ * IKEv2 for linux (http://sf.net/projects/ikev2/)
+ * is not compatible with IKEv2 Draft and so not compatible with this
* implementation, cause AUTH data are computed without
* ID type and the three reserved bytes.
*/