summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/rc5/rc5_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/rc5/rc5_locl.h')
-rw-r--r--crypto/openssl/crypto/rc5/rc5_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/rc5/rc5_locl.h b/crypto/openssl/crypto/rc5/rc5_locl.h
index 718c616..ec33829 100644
--- a/crypto/openssl/crypto/rc5/rc5_locl.h
+++ b/crypto/openssl/crypto/rc5/rc5_locl.h
@@ -146,7 +146,7 @@
*((c)++)=(unsigned char)(((l)>> 8L)&0xff), \
*((c)++)=(unsigned char)(((l) )&0xff))
-#if defined(WIN32)
+#if defined(WIN32) && defined(_MSC_VER)
#define ROTATE_l32(a,n) _lrotl(a,n)
#define ROTATE_r32(a,n) _lrotr(a,n)
#else
OpenPOWER on IntegriCloud