Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / mdc2 / mdc2dgst.c
index 49b0c8ca951fcfa3e367b5efe386fe45d410927a..8b5314fed8d2221cc9e41f315cfd83fc21e120ab 100644 (file)
                        *((c)++)=(unsigned char)(((l)>>16L)&0xff), \
                        *((c)++)=(unsigned char)(((l)>>24L)&0xff))
 
-#ifndef NOPROTO
 static void mdc2_body(MDC2_CTX *c, unsigned char *in, unsigned int len);
-#else
-static void mdc2_body();
-#endif
-
 void MDC2_Init(MDC2_CTX *c)
        {
        c->num=0;