diff options
Diffstat (limited to 'Source/charon/transforms/diffie_hellman.h')
-rw-r--r-- | Source/charon/transforms/diffie_hellman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/transforms/diffie_hellman.h b/Source/charon/transforms/diffie_hellman.h index d4f956325..9a3608aea 100644 --- a/Source/charon/transforms/diffie_hellman.h +++ b/Source/charon/transforms/diffie_hellman.h @@ -33,7 +33,7 @@ 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. + * See IKEv2 RFC 3.3.2 and RFC 3526. * * @warning Use of big modulus sizes can be cpu consuming. * |