summaryrefslogtreecommitdiff
path: root/lib/libc/hash/Makefile.inc
AgeCommit message (Collapse)Author
2002-01-16compile sparc64 version of sha1.go with -O0, too. OK jason@Marco S Hyman
2001-09-25Also build the .so version of sha1 without optimization.Dale Rahn
ok jason@
2001-09-24get previous right...Jason Wright
2001-09-24add hack for sha1.po on sparc64, tooJason Wright
2001-09-02gcc hangs when compiling sha1 on sparc64, workaround.Artur Grabowski
1999-11-17Add missing MLINKsTodd C. Miller
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1997-07-17Manpage for RMD*(3)Todd C. Miller
1997-07-17mdX(3)-like interface to RIPEMD-160 hash function. Code byTodd C. Miller
Antoon Bosselaers and massaged by me to fit the mdX(3) API.
1997-07-12Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).Todd C. Miller
1997-07-11Install sha1(3) and links.Todd C. Miller
1996-09-29added sha1 (secure hash function).Todd C. Miller