summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha_locl.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-20 16:23:03 +0000
committerUlf Möller <ulf@openssl.org>1999-04-20 16:23:03 +0000
commit8fb04b9803778bb93c7e19cc94533c21aeaa7d03 (patch)
tree343f51f058094c9c571b6e72407bdbd01768cac0 /crypto/sha/sha_locl.h
parent8310d7df75d7633ff3039c9d6ed557f164ec5d90 (diff)
Problems with 64-bit long.
Pointed out by Andy Polyakov <appro@fy.chalmers.se>.
Diffstat (limited to 'crypto/sha/sha_locl.h')
-rw-r--r--crypto/sha/sha_locl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/sha/sha_locl.h b/crypto/sha/sha_locl.h
index cd556f2332..9f1251e787 100644
--- a/crypto/sha/sha_locl.h
+++ b/crypto/sha/sha_locl.h
@@ -66,8 +66,6 @@
#endif
#endif
-#define ULONG unsigned long
-
#undef c2nl
#define c2nl(c,l) (l =(((unsigned long)(*((c)++)))<<24), \
l|=(((unsigned long)(*((c)++)))<<16), \