X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fmd5%2Fmd5.c;h=563733abc5061e47a884e0d85540d69df211244c;hb=982c42cb20f6a6797ea0ce5c5a8c1a040b170d65;hp=7ed0024ae195d5674884feb812e8edd9f845a60a;hpb=a53955d8abd68c604de02cc1e101c66169207fb7;p=oweals%2Fopenssl.git 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