aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ripemd/rmd160.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ripemd/rmd160.c')
-rw-r--r--crypto/ripemd/rmd160.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/crypto/ripemd/rmd160.c b/crypto/ripemd/rmd160.c
index d73a9a6225..8481e44bed 100644
--- a/crypto/ripemd/rmd160.c
+++ b/crypto/ripemd/rmd160.c
@@ -62,16 +62,9 @@
#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;