From f642ebc1e2dca34bc2b3c46796c131e1f5077bee Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sat, 9 Aug 2014 08:02:20 -0400 Subject: Undo a90081576c94f9f54de1755188a00ccc1760549a Undo unapproved commit that removed DJGPP and WATT32 --- crypto/md4/md4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/md4') diff --git a/crypto/md4/md4.c b/crypto/md4/md4.c index f8a47fb50c..141415ad4d 100644 --- a/crypto/md4/md4.c +++ b/crypto/md4/md4.c @@ -64,7 +64,7 @@ void do_fp(FILE *f); void pt(unsigned char *md); -#if !defined(_OSD_POSIX) +#if !defined(_OSD_POSIX) && !defined(__DJGPP__) int read(int, void *, unsigned int); #endif -- cgit v1.2.3