From 265ed01285f178a5421761c0546791f994a5b652 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Fri, 13 Feb 2004 18:21:45 +0000 Subject: Brucification. Submitted by: bde --- sys/netinet/tcp_output.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netinet/tcp_output.c') diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 64c7fa676e95..bfa23644a061 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -118,7 +118,7 @@ tcp_output(struct tcpcb *tp) int off, flags, error; #ifdef TCP_SIGNATURE int sigoff = 0; -#endif /* TCP_SIGNATURE */ +#endif struct mbuf *m; struct ip *ip = NULL; struct ipovly *ipov = NULL; @@ -787,9 +787,9 @@ send: if (!isipv6) #endif if (tp->t_flags & TF_SIGNATURE) - tcpsignature_compute(m, sizeof(struct ip), len, optlen, + tcp_signature_compute(m, sizeof(struct ip), len, optlen, (u_char *)(th + 1) + sigoff, IPSEC_DIR_OUTBOUND); -#endif /* TCP_SIGNATURE */ +#endif /* * Put TCP length in extended header, and then -- cgit v1.2.3