summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/md4/md4.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-125/+0
| | | | | | and others to the regress framework. These remaining ones just muddle us up when re-reading code repeatedly. ok jsing
* Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developersbeck2014-04-181-3/+1
| | | | | | | | they had resorted to manually protyping read(2) instead of incredible amount of preprocessor wizardry needed to find the ever illusive <unistd.h>. Let's just include <unistd.h> and we don't need to do this.. While we're at it flense out _OSD_POSIX and __DGJPP__ cruft. ok krw@
* import 0.9.7b (without idea and rc5)markus2003-05-111-2/+2
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+127