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/sha2.3 | |
parent | 1b80a9c6146c539873d7b4cf5a661a3392b155e9 (diff) |
Sync some prototypes with the headers
Diffstat (limited to 'lib/libc/hash/sha2.3')
-rw-r--r-- | lib/libc/hash/sha2.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/hash/sha2.3 b/lib/libc/hash/sha2.3 index 3d3f77a2475..10eac992f10 100644 --- a/lib/libc/hash/sha2.3 +++ b/lib/libc/hash/sha2.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha2.3,v 1.7 2004/05/03 17:30:15 millert Exp $ +.\" $OpenBSD: sha2.3,v 1.8 2004/05/03 18:10:07 millert Exp $ .\" .\" Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -51,7 +51,7 @@ .Ft "char *" .Fn SHA256_FileChunk "char *filename" "char *buf" "off_t offset" "off_t length" .Ft "char *" -.Fn SHA256_Data "u_int8_t *data" "u_int len" "char *buf" +.Fn SHA256_Data "u_int8_t *data" "size_t len" "char *buf" .Ft void .Fn SHA384_Init "SHA384_CTX *context" .Ft void |