OAEP bug fix.
[openssl.git] / crypto / sha / sha_sgst.c
index 8a16801328ab6281ccb46a019c478c3d64d6c94c..c01b16930a1a304e71cf7e65457f1914adf3f72e 100644 (file)
 #endif
 #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), \
                         l|=(((unsigned long)(*((c)++)))<<16), \