Deleted Added
full compact
0a1,3
> /* $FreeBSD: head/sys/crypto/sha1.h 62587 2000-07-04 16:35:15Z itojun $ */
> /* $KAME: sha1.h,v 1.5 2000/03/27 04:36:23 sumikawa Exp $ */
>
28,29d30
< *
< * $FreeBSD: head/sys/crypto/sha1.h 59107 2000-04-09 20:10:55Z archie $
38c39
< #define _NETINET6_SHA1_H_
---
> #define _NETINET6_SHA1_H_
59c60
< extern void sha1_loop __P((struct sha1_ctxt *, const u_char *, size_t));
---
> extern void sha1_loop __P((struct sha1_ctxt *, const caddr_t, size_t));
64,66c65,67
< #define SHA1Init(x) sha1_init((x))
< #define SHA1Update(x, y, z) sha1_loop((x), (y), (z))
< #define SHA1Final(x, y) sha1_result((y), (x))
---
> #define SHA1Init(x) sha1_init((x))
> #define SHA1Update(x, y, z) sha1_loop((x), (y), (z))
> #define SHA1Final(x, y) sha1_result((y), (x))