summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/morecrypt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $OpenBSD$niklas1998-03-221-1/+3
|
* delete the unaligned codederaadt1997-03-301-11/+1
|
* memcpy needs proto from string.h.etheisen1996-11-141-1/+2
|
* Fix RCS idstholo1996-08-191-2/+5
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas1996-06-031-1/+1
|
* Update prototypes to match declarationstholo1996-03-251-16/+10
| | | | | Remove unused variables Install all man-page links
* i believe i took care of the 32bit and alignment issues, so the comment can ↵deraadt1995-12-181-8/+1
| | | | go away
* expose even more internals, for bdesderaadt1995-12-171-1/+308
|
* non-USA crypto code by davidb@werj.com.au. The source has been splitderaadt1995-12-161-0/+338
& copied into two pieces so that use of crypt() pulls in a crypt.o that contains only that one programmer interface -- this permits USA export of binaries that use crypt() for authentication purposes. morecrypt.c contains the other DES programmer interfaces commonly used.