diff options
Diffstat (limited to 'crypto/ripemd/rmd160.c')
-rw-r--r-- | crypto/ripemd/rmd160.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ripemd/rmd160.c b/crypto/ripemd/rmd160.c index 0fcd99fe16..b0ec574498 100644 --- a/crypto/ripemd/rmd160.c +++ b/crypto/ripemd/rmd160.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 |