diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2006-05-05 09:29:36 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2006-05-05 09:29:36 +0000 |
commit | ca8636faccfcb4061af8d872a93696139a2c4006 (patch) | |
tree | 539db3b728bc1277490132f30d9acb23e94051c0 /sbin/isakmpd | |
parent | ac3aa159991c8130c400075c25661e292f2d41dc (diff) |
correct correct rfc reference
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/math_group.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/math_group.c b/sbin/isakmpd/math_group.c index c942ff61f82..59d6603d831 100644 --- a/sbin/isakmpd/math_group.c +++ b/sbin/isakmpd/math_group.c @@ -1,4 +1,4 @@ -/* $OpenBSD: math_group.c,v 1.29 2006/05/05 00:19:21 djm Exp $ */ +/* $OpenBSD: math_group.c,v 1.30 2006/05/05 09:29:35 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 RFC2409 section 2.3.1.1: + * Sanity checks from RFC2412 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 */ |