diff options
author | 2011-12-22 13:36:06 +0000 | |
---|---|---|
committer | 2011-12-22 13:36:06 +0000 | |
commit | a49e5cf1607f48c8141f372ef2935ab4edba8ee8 (patch) | |
tree | fbcb298cc4ceb2f293a104b0abe7839b53bb5147 /sys/netinet/ipsec_input.c | |
parent | Add pthread_mutex_{get,set}prioceiling() (diff) | |
download | wireguard-openbsd-a49e5cf1607f48c8141f372ef2935ab4edba8ee8.tar.xz wireguard-openbsd-a49e5cf1607f48c8141f372ef2935ab4edba8ee8.zip |
Fix RFC reference section
spotted by bluhm@, ok yasuoka@
Diffstat (limited to 'sys/netinet/ipsec_input.c')
-rw-r--r-- | sys/netinet/ipsec_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c index e770541105b..8d552876073 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.105 2011/12/21 14:53:26 sperreault Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.106 2011/12/22 13:36:06 sperreault Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -558,7 +558,7 @@ ipsec_common_input_cb(struct mbuf *m, struct tdb *tdbp, int skip, int protoff, /* * Fix TCP/UDP checksum of UDP encapsulated transport mode ESP packet. - * (RFC3948 3.1.1) + * (RFC3948 3.1.2) */ if ((af == AF_INET || af == AF_INET6) && (tdbp->tdb_flags & TDBF_UDPENCAP) && |