Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / ripemd / rmd160.c
index d73a9a6225e4cba181ac294581747199f9b0a1e9..8481e44bed80f1be2c08f9436c431f3817cff8c6 100644 (file)
 
 #define BUFSIZE        1024*16
 
-#ifndef NOPROTO
 void do_fp(FILE *f);
 void pt(unsigned char *md);
 int read(int, void *, unsigned int);
-#else
-void do_fp();
-void pt();
-int read();
-#endif
-
 int main(int argc, char **argv)
        {
        int i,err=0;