summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md4/md4.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+2
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+127