aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/diffie_hellman.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-29 06:59:05 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-29 06:59:05 +0000
commit1bcea5140da4be45825f672094afa38130b051d1 (patch)
treeb4dd9fafad3acc8dbdfdeec9bcbefdd4607b4a28 /Source/charon/transforms/diffie_hellman.h
parent78f837b0cbd82b3f36df9e32130672e5f12df718 (diff)
downloadstrongswan-1bcea5140da4be45825f672094afa38130b051d1.tar.bz2
strongswan-1bcea5140da4be45825f672094afa38130b051d1.tar.xz
Diffstat (limited to 'Source/charon/transforms/diffie_hellman.h')
-rw-r--r--Source/charon/transforms/diffie_hellman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/charon/transforms/diffie_hellman.h b/Source/charon/transforms/diffie_hellman.h
index 1d568232a..f7a3b6af8 100644
--- a/Source/charon/transforms/diffie_hellman.h
+++ b/Source/charon/transforms/diffie_hellman.h
@@ -34,6 +34,8 @@ typedef enum diffie_hellman_group_t diffie_hellman_group_t;
* The modulus (or group) to use for a Diffie-Hellman calculation.
*
* @see IKEv2 draft 3.3.2 and RFC 3526.
+ *
+ * @ingroup transforms
*/
enum diffie_hellman_group_t {
MODP_UNDEFINED = 1024,