Remove useless defines.
authorUlf Möller <ulf@openssl.org>
Tue, 20 Apr 1999 15:54:24 +0000 (15:54 +0000)
committerUlf Möller <ulf@openssl.org>
Tue, 20 Apr 1999 15:54:24 +0000 (15:54 +0000)
crypto/sha/sha_locl.h
crypto/sha/sha_sgst.c

index 2814ad15fa1050e3556772b7bd896bf1492e1769..cd556f2332f10a2b9bd036786b699b24273ed312 100644 (file)
 #endif
 
 #define ULONG  unsigned long
 #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), \
 
 #undef c2nl
 #define c2nl(c,l)      (l =(((unsigned long)(*((c)++)))<<24), \
index 8a16801328ab6281ccb46a019c478c3d64d6c94c..c01b16930a1a304e71cf7e65457f1914adf3f72e 100644 (file)
 #endif
 #endif
 
 #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), \
 #undef c2nl
 #define c2nl(c,l)      (l =(((unsigned long)(*((c)++)))<<24), \
                         l|=(((unsigned long)(*((c)++)))<<16), \