Remove useless defines.
[openssl.git] / crypto / sha / sha_locl.h
index 2814ad15fa1050e3556772b7bd896bf1492e1769..cd556f2332f10a2b9bd036786b699b24273ed312 100644 (file)
 #endif
 
 #define ULONG  unsigned long
-#define UCHAR  unsigned char
-#define UINT   unsigned int
-
-#ifdef NOCONST
-#define const
-#endif
 
 #undef c2nl
 #define c2nl(c,l)      (l =(((unsigned long)(*((c)++)))<<24), \