summaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/md5.c')
-rw-r--r--crypto/md5/md5.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/crypto/md5/md5.c b/crypto/md5/md5.c
index 1ca642f324..ef65a1d72f 100644
--- a/crypto/md5/md5.c
+++ b/crypto/md5/md5.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;