Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / md2 / md2_dgst.c
index 20d1bf4fb08cd4ee6b3d906a9716157607fe1107..c7d8d6aef578b7e01f5ac3a307fb84b1a9bcdd3b 100644 (file)
@@ -69,12 +69,7 @@ const char *MD2_version="MD2" OPENSSL_VERSION_PTEXT;
 
 #define UCHAR  unsigned char
 
-#ifndef NOPROTO
 static void md2_block(MD2_CTX *c, unsigned char *d);
-#else
-static void md2_block();
-#endif
-
 /* The magic S table - I have converted it to hex since it is
  * basicaly just a random byte string. */
 static MD2_INT S[256]={