From a36a745a1891b6d288e94211c76059a2be25d9e0 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Wed, 7 Dec 2005 07:48:43 +0000 Subject: [PATCH] - documentation updated --- Source/charon/sa/authenticator.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */