Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / md5 / md5_locl.h
index 2962e773e3b01ef06eaff8da06fa7645bc65a920..fe7397a49589976cd9d3b34ce84116c7cab960e6 100644 (file)
 #define UCHAR  unsigned char
 #define UINT   unsigned int
 
-#if defined(NOCONST)
-#define const
-#endif
-
 #undef c2l
 #define c2l(c,l)       (l = ((unsigned long)(*((c)++)))     , \
                         l|=(((unsigned long)(*((c)++)))<< 8), \