Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / hmac / hmactest.c
index 40344e9958c87753a10633784d351351f9873e4d..0a3db6852c15bf5135b9b2721147b125fe3240b7 100644 (file)
@@ -102,12 +102,7 @@ struct test_st
        };
 
 
-#ifndef NOPROTO
 static char *pt(unsigned char *md);
-#else
-static char *pt();
-#endif
-
 int main(int argc, char *argv[])
        {
        int i,err=0;