summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/crypt2.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor some of the des crypt code to use fewer globals.tedu2014-05-171-6/+6
| | | | ok miod
* add some prototypes, casts, includes, parenthesis, and whatnot totedu2013-04-171-1/+4
| | | | silence some warnings.
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* do the char * to u_char * song and dance back and forth explicitly asderaadt2004-09-141-3/+3
| | | | we match API's against each other, fun eh; millert ok
* Split crypto routine sup again, but differently. This should make thederaadt2003-08-121-0/+108
mail floppy parts a fair bit smaller.