X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fmd5%2Fmd5.c;h=563733abc5061e47a884e0d85540d69df211244c;hp=7ed0024ae195d5674884feb812e8edd9f845a60a;hb=ca64056836116fae62285f2e5b6ccb4e087e80e7;hpb=a53955d8abd68c604de02cc1e101c66169207fb7 diff --git a/crypto/md5/md5.c b/crypto/md5/md5.c index 7ed0024ae1..563733abc5 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); -#ifndef _OSD_POSIX +#if !defined(_OSD_POSIX) && !defined(__DJGPP__) int read(int, void *, unsigned int); #endif