From 8a4911290753eb3b4d3070ed9097d7cbcd2fd349 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 7 Mar 2006 09:42:15 +0000 Subject: - configuration_manager replaced by configuration_t interface - current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon --- Source/charon/encoding/payloads/configuration_attribute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/charon/encoding/payloads/configuration_attribute.h') diff --git a/Source/charon/encoding/payloads/configuration_attribute.h b/Source/charon/encoding/payloads/configuration_attribute.h index ad7d39a61..9de6ac9ea 100644 --- a/Source/charon/encoding/payloads/configuration_attribute.h +++ b/Source/charon/encoding/payloads/configuration_attribute.h @@ -39,7 +39,7 @@ typedef enum configuration_attribute_type_t configuration_attribute_type_t; /** - * Type of the attribute, as in IKEv2 draft 3.15.1. + * Type of the attribute, as in IKEv2 RFC 3.15.1. * * @ingroup payloads */ -- cgit v1.2.3