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