From 75e7d60566e24fd5de19a3539f463443c38f505c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 5 May 2006 00:19:22 +0000 Subject: correct rfc reference --- sbin/isakmpd/math_group.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') 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 */ -- cgit v1.2.3