summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r--sys/netinet/tcp_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index 7feefdc..faaf00a 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1929,7 +1929,7 @@ static int
tcp_signature_apply(void *fstate, void *data, u_int len)
{
- MD5Update((MD5_CTX *)fstate, (unsigned char *)data, (unsigned int)len);
+ MD5Update(fstate, (u_char *)data, len);
return (0);
}
OpenPOWER on IntegriCloud