Get rid of casts.
[openssl.git] / crypto / ripemd / rmd160.c
index bee04ce69caa0b462b82dc8c72396fd6aa9d3fa6..8481e44bed80f1be2c08f9436c431f3817cff8c6 100644 (file)
 
 #include <stdio.h>
 #include <stdlib.h>
-#include "ripemd.h"
+#include <openssl/ripemd.h>
 
 #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;