summaryrefslogtreecommitdiff
path: root/lib/libc/hash/sha1hl.c
AgeCommit message (Expand)Author
2004-04-26Use a common source file for all the hash helper functions thatTodd C. Miller
2003-05-09Include string.h for memset() proto; noticed by lebel@Todd C. Miller
2003-05-08Clear the digest local var w/ memset() in the End function.Todd C. Miller
2002-12-23o Ansi function headersTodd C. Miller
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1997-07-12Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).Todd C. Miller