Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / md5 / md5test.c
index cb9e74be9744e7f42b173c7927ec239c6dd75205..2778b40ef6e146da211c1b676709996f8724a8d0 100644 (file)
@@ -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;