X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=crypto%2Fripemd%2Frmd160.c;h=b0ec57449890b5d14f66d6adde93a6f6837d402f;hb=2e8879fa6ed5fea4d266dcad0fe626d69fc6d87f;hp=8481e44bed80f1be2c08f9436c431f3817cff8c6;hpb=a9be3af5ad4836f7e50f0546311ca90c717b861e;p=oweals%2Fopenssl.git diff --git a/crypto/ripemd/rmd160.c b/crypto/ripemd/rmd160.c index 8481e44bed..b0ec574498 100644 --- a/crypto/ripemd/rmd160.c +++ b/crypto/ripemd/rmd160.c @@ -64,7 +64,10 @@ void do_fp(FILE *f); void pt(unsigned char *md); +#if !defined(_OSD_POSIX) && !defined(__DJGPP__) int read(int, void *, unsigned int); +#endif + int main(int argc, char **argv) { int i,err=0;