CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/18 15:11:00
Modified files:
lib/libssl/src/crypto/err: err.c
lib/libssl/src/crypto/md4: md4.c
lib/libssl/src/crypto/md5: md5.c
lib/libssl/src/crypto/ripemd: rmd160.c
lib/libssl/src/crypto/sha: sha1.c
Log message:
Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developers
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@