Problems with 64-bit long.
[openssl.git] / crypto / sha / sha_locl.h
index cd556f2332f10a2b9bd036786b699b24273ed312..9f1251e7877cf872819ab5783ebb013ccb5b7e6c 100644 (file)
@@ -66,8 +66,6 @@
 #endif
 #endif
 
-#define ULONG  unsigned long
-
 #undef c2nl
 #define c2nl(c,l)      (l =(((unsigned long)(*((c)++)))<<24), \
                         l|=(((unsigned long)(*((c)++)))<<16), \