summaryrefslogtreecommitdiff
path: root/sys/netinet6/ah_output.c
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-10-06 14:02:09 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-10-06 14:02:09 +0000
commit40e39bbb67ae9e6953dc82678fd35caed1def4d7 (patch)
tree405658370f0fbb47ebebd2ecad933720d186cc45 /sys/netinet6/ah_output.c
parent71c8601453c63c3e402eb2573460d4f1910c80fc (diff)
Notes
Diffstat (limited to 'sys/netinet6/ah_output.c')
-rw-r--r--sys/netinet6/ah_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ah_output.c b/sys/netinet6/ah_output.c
index 0887c412d78a..f4c4204cc332 100644
--- a/sys/netinet6/ah_output.c
+++ b/sys/netinet6/ah_output.c
@@ -347,7 +347,7 @@ ah_hdrlen(sav)
ahlen = plen + sizeof(struct newah);
}
- return(ahlen);
+ return (ahlen);
}
#ifdef INET6
@@ -495,7 +495,7 @@ ah6_output(m, nexthdrp, md, isr)
}
ipsec6stat.out_ahhist[sav->alg_auth]++;
- return(error);
+ return (error);
}
#endif