aboutsummaryrefslogtreecommitdiff
path: root/crypto/md5
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-08-09 08:02:20 -0400
committerRich Salz <rsalz@akamai.com>2014-08-09 08:02:20 -0400
commitf642ebc1e2dca34bc2b3c46796c131e1f5077bee (patch)
treea8f54bb26068ebd4bf5a1ef4684ab98758cebc4f /crypto/md5
parent693b71fa719598a487165918cbbc0f7f62816c83 (diff)
downloadopenssl-f642ebc1e2dca34bc2b3c46796c131e1f5077bee.zip
openssl-f642ebc1e2dca34bc2b3c46796c131e1f5077bee.tar.gz
openssl-f642ebc1e2dca34bc2b3c46796c131e1f5077bee.tar.bz2
Undo a90081576c94f9f54de1755188a00ccc1760549a
Undo unapproved commit that removed DJGPP and WATT32
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/md5.c b/crypto/md5/md5.c
index d171256..563733a 100644
--- a/crypto/md5/md5.c
+++ b/crypto/md5/md5.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