diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-03 18:10:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-03 18:10:08 +0000 |
commit | 02237f8f1dfcab0f59e03c51fe2047b97c0ccddb (patch) | |
tree | 1a8624cc07835c75adfd9f9ffdcc2ac829742110 /lib/libc/hash/sha1.3 | |
parent | 1b80a9c6146c539873d7b4cf5a661a3392b155e9 (diff) |
Sync some prototypes with the headers
Diffstat (limited to 'lib/libc/hash/sha1.3')
-rw-r--r-- | lib/libc/hash/sha1.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3 index 28c166d18e8..9028bbdbe91 100644 --- a/lib/libc/hash/sha1.3 +++ b/lib/libc/hash/sha1.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha1.3,v 1.30 2004/05/03 17:30:15 millert Exp $ +.\" $OpenBSD: sha1.3,v 1.31 2004/05/03 18:10:07 millert Exp $ .\" .\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -37,7 +37,7 @@ .Ft void .Fn SHA1Init "SHA1_CTX *context" .Ft void -.Fn SHA1Update "SHA1_CTX *context" "const u_int8_t *data" "u_int len" +.Fn SHA1Update "SHA1_CTX *context" "const u_int8_t *data" "size_t len" .Ft void .Fn SHA1Pad "SHA1_CTX *context" .Ft void |