summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cast
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/cast')
-rw-r--r--src/lib/libcrypto/cast/cast_lcl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/cast/cast_lcl.h b/src/lib/libcrypto/cast/cast_lcl.h
index e756021a33..cf0ca9e607 100644
--- a/src/lib/libcrypto/cast/cast_lcl.h
+++ b/src/lib/libcrypto/cast/cast_lcl.h
@@ -152,11 +152,7 @@
152 *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \ 152 *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
153 *((c)++)=(unsigned char)(((l) )&0xff)) 153 *((c)++)=(unsigned char)(((l) )&0xff))
154 154
155#if defined(OPENSSL_SYS_WIN32) && defined(_MSC_VER)
156#define ROTL(a,n) (_lrotl(a,n))
157#else
158#define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>(32-(n)))) 155#define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>(32-(n))))
159#endif
160 156
161#define C_M 0x3fc 157#define C_M 0x3fc
162#define C_0 22L 158#define C_0 22L