summaryrefslogtreecommitdiffstats
path: root/include/crypt.h
Commit message (Collapse)AuthorAgeFilesLines
* - make libcrypt optional. Untested.Bernhard Reutner-Fischer2008-06-051-3/+4
|
* Cleanup crypt and remove the crypt_r stuff, since SuSv3Eric Andersen2002-08-071-29/+1
| | | | | (IEEE Std 1003.1-2001) states that crypt need not be reentrant. -Erik
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-14/+10
|
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-111-0/+5
| | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++.
* I missed an item when reentrantifying des.c, reuse a smallerEric Andersen2001-06-281-1/+4
| | | | | field for md5.c -Erik
* Oops. I forgot to check this in...Eric Andersen2001-06-281-16/+7
| | | | -Erik
* Oops. I forgot the header fileEric Andersen2001-04-201-0/+74
-Erik