From: Ulf Möller Date: Tue, 20 Apr 1999 15:54:24 +0000 (+0000) Subject: Remove useless defines. X-Git-Tag: OpenSSL_0_9_3beta1~298 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8310d7df75d7633ff3039c9d6ed557f164ec5d90;p=oweals%2Fopenssl.git Remove useless defines. --- diff --git a/crypto/sha/sha_locl.h b/crypto/sha/sha_locl.h index 2814ad15fa..cd556f2332 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 8a16801328..c01b16930a 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), \