From dec598220b9a293c4ec75e593ab642a8945fa4fc Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 23 Mar 2006 15:25:43 +0000 Subject: - rewrite of logger_manager, uses now one instance per context - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-) --- Source/charon/transforms/diffie_hellman.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/charon/transforms/diffie_hellman.h') diff --git a/Source/charon/transforms/diffie_hellman.h b/Source/charon/transforms/diffie_hellman.h index 9a3608aea..48a165557 100644 --- a/Source/charon/transforms/diffie_hellman.h +++ b/Source/charon/transforms/diffie_hellman.h @@ -35,8 +35,6 @@ typedef enum diffie_hellman_group_t diffie_hellman_group_t; * * See IKEv2 RFC 3.3.2 and RFC 3526. * - * @warning Use of big modulus sizes can be cpu consuming. - * * @ingroup transforms */ enum diffie_hellman_group_t { -- cgit v1.2.3