summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2006-05-05 00:19:22 +0000
committerDamien Miller <djm@cvs.openbsd.org>2006-05-05 00:19:22 +0000
commit75e7d60566e24fd5de19a3539f463443c38f505c (patch)
tree9c750f73c4d5698e7960a86b26e9d12eb5480284 /sbin
parentb760f6d98791273ff9d8a2fbe640edc1d3d74787 (diff)
correct rfc reference
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/math_group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/math_group.c b/sbin/isakmpd/math_group.c
index 36d9ea0a934..c942ff61f82 100644
--- a/sbin/isakmpd/math_group.c
+++ b/sbin/isakmpd/math_group.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: math_group.c,v 1.28 2006/05/04 14:37:51 djm Exp $ */
+/* $OpenBSD: math_group.c,v 1.29 2006/05/05 00:19:21 djm Exp $ */
/* $EOM: math_group.c,v 1.25 2000/04/07 19:53:26 niklas Exp $ */
/*
@@ -755,7 +755,7 @@ modp_validate_public(struct group *group, math_mp_t pub_exp)
math_mp_t tmp;
/*
- * Sanity checks from RFC2142 section 2.3.1.1:
+ * Sanity checks from RFC2409 section 2.3.1.1:
* Ensure that peer does not send us <0, 0, 1, p-1 or >= p
*/
if (BN_cmp(pub_exp, BN_value_one()) != 1) /* pub_exp <= 1 */