aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/md5/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/md5/md5.c')
-rw-r--r--crypto/openssl/crypto/md5/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/md5/md5.c b/crypto/openssl/crypto/md5/md5.c
index 7ed0024ae195..563733abc506 100644
--- a/crypto/openssl/crypto/md5/md5.c
+++ b/crypto/openssl/crypto/md5/md5.c
@@ -64,7 +64,7 @@
void do_fp(FILE *f);
void pt(unsigned char *md);
-#ifndef _OSD_POSIX
+#if !defined(_OSD_POSIX) && !defined(__DJGPP__)
int read(int, void *, unsigned int);
#endif