Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developers
authorbeck <beck@openbsd.org>
Fri, 18 Apr 2014 21:11:00 +0000 (21:11 +0000)
committerbeck <beck@openbsd.org>
Fri, 18 Apr 2014 21:11:00 +0000 (21:11 +0000)
commit863611984864cccb9b7d50872d693238458b77ad
treed3773bf04bf320b22dd52052bdf176d722791687
parent821da3608162c23c1dae71622ad0ce408a892e16
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@
lib/libcrypto/err/err.c
lib/libcrypto/md4/md4.c
lib/libcrypto/md5/md5.c
lib/libcrypto/ripemd/rmd160.c
lib/libcrypto/sha/sha1.c
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