From 8310d7df75d7633ff3039c9d6ed557f164ec5d90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Tue, 20 Apr 1999 15:54:24 +0000 Subject: [PATCH] Remove useless defines. --- crypto/sha/sha_locl.h | 6 ------ crypto/sha/sha_sgst.c | 8 -------- 2 files changed, 14 deletions(-) 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), \ -- 2.34.1