diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-14 21:49:48 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-14 21:49:48 +0000 |
| commit | 32ff04663957ed2ca386172a534a0d8a1a6dfc4d (patch) | |
| tree | 193ba4b833fc8f1c0e0d21d9b82b69797d8e8cea /sys/netinet/tcp_subr.c | |
| parent | 126a20d4c2fa487a8972900acda58e2361e0f605 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_subr.c')
| -rw-r--r-- | sys/netinet/tcp_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 7feefdc61cde..faaf00a0fe7e 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); } |
