summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha_sgst.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-20 15:54:24 +0000
committerUlf Möller <ulf@openssl.org>1999-04-20 15:54:24 +0000
commit8310d7df75d7633ff3039c9d6ed557f164ec5d90 (patch)
treeae799d9de7d5a77f9a019700dc8641123c1b7dbe /crypto/sha/sha_sgst.c
parentbb8e7ab7563a87dea090823ab13b2a6685f17c98 (diff)
Remove useless defines.
Diffstat (limited to 'crypto/sha/sha_sgst.c')
-rw-r--r--crypto/sha/sha_sgst.c8
1 files changed, 0 insertions, 8 deletions
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), \