summaryrefslogtreecommitdiff
path: root/crypto/md4
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-08-08 16:46:14 -0400
committerRich Salz <rsalz@akamai.com>2014-08-08 16:54:14 -0400
commita90081576c94f9f54de1755188a00ccc1760549a (patch)
treedffbe450e39181c15a9ef5422cbed5916f8af161 /crypto/md4
parent0989790b87efcfd40ae6770f11af28a005df28ac (diff)
downloadopenssl-new-a90081576c94f9f54de1755188a00ccc1760549a.tar.gz
Remove DJGPP (and therefore WATT32) #ifdef's.
DJGPP is no longer a supported platform. Remove all #ifdef, etc., cases that refer to it. DJGPP also #define'd WATT32, so that is now removed as well.
Diffstat (limited to 'crypto/md4')
-rw-r--r--crypto/md4/md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/md4.c b/crypto/md4/md4.c
index 141415ad4d..f8a47fb50c 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) && !defined(__DJGPP__)
+#if !defined(_OSD_POSIX)
int read(int, void *, unsigned int);
#endif