summaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/md5test.c')
-rw-r--r--crypto/md5/md5test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/md5/md5test.c b/crypto/md5/md5test.c
index cb9e74be97..2778b40ef6 100644
--- a/crypto/md5/md5test.c
+++ b/crypto/md5/md5test.c
@@ -82,12 +82,7 @@ char *ret[]={
"57edf4a22be3c955ac49da2e2107b67a",
};
-#ifndef NOPROTO
static char *pt(unsigned char *md);
-#else
-static char *pt();
-#endif
-
int main(int argc, char *argv[])
{
int i,err=0;