Add support for the noCheck OCSP extension. This is
[openssl.git] / crypto / rc5 / rc5_locl.h
index 718c6162eab9b8abf87a3b869bd884d3880b2027..ec33829c971e86bea06881124b7d79c41c1454a4 100644 (file)
                          *((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