diff options
author | 2003-07-04 16:40:55 +0000 | |
---|---|---|
committer | 2003-07-04 16:40:55 +0000 | |
commit | dc58345c7eb377d33be46a5db2bef2a533a7c651 (patch) | |
tree | 8b67efc0aa376c766edf2a98ea8de09f697a6461 /sys/netinet/ipsec_input.c | |
parent | no need for an BKTR_DEBUG always (diff) | |
download | wireguard-openbsd-dc58345c7eb377d33be46a5db2bef2a533a7c651.tar.xz wireguard-openbsd-dc58345c7eb377d33be46a5db2bef2a533a7c651.zip |
knf typo
Diffstat (limited to 'sys/netinet/ipsec_input.c')
-rw-r--r-- | sys/netinet/ipsec_input.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c index 644548846ae..a279ec95167 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.64 2003/05/03 01:43:07 itojun Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.65 2003/07/04 16:40:55 markus Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -152,10 +152,10 @@ ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) } /* - * Find tunnel control block and (indirectly) call the appropriate - * kernel crypto routine. The resulting mbuf chain is a valid - * IP packet ready to go through input processing. - */ + * Find tunnel control block and (indirectly) call the appropriate + * kernel crypto routine. The resulting mbuf chain is a valid + * IP packet ready to go through input processing. + */ bzero(&dst_address, sizeof(dst_address)); dst_address.sa.sa_family = af; |