diff options
author | Ulf Möller <ulf@openssl.org> | 1999-04-20 18:23:03 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-04-20 18:23:03 +0200 |
commit | 8fb04b9803778bb93c7e19cc94533c21aeaa7d03 (patch) | |
tree | 343f51f058094c9c571b6e72407bdbd01768cac0 /crypto/sha/sha_locl.h | |
parent | Remove useless defines. (diff) | |
download | openssl-8fb04b9803778bb93c7e19cc94533c21aeaa7d03.tar.xz openssl-8fb04b9803778bb93c7e19cc94533c21aeaa7d03.zip |
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.h | 2 |
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), \ |