diff --git a/crypto/sha/sha_locl.h b/crypto/sha/sha_locl.h index 2814ad15f..cd556f233 100644 --- a/crypto/sha/sha_locl.h +++ b/crypto/sha/sha_locl.h @@ -67,12 +67,6 @@ #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), \ diff --git a/crypto/sha/sha_sgst.c b/crypto/sha/sha_sgst.c index 8a1680132..c01b16930 100644 --- a/crypto/sha/sha_sgst.c +++ b/crypto/sha/sha_sgst.c @@ -66,14 +66,6 @@ #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), \