_lrotl() is a call to the C runtime library!
authorUlf Möller <ulf@openssl.org>
Mon, 30 Oct 2000 20:14:27 +0000 (20:14 +0000)
committerUlf Möller <ulf@openssl.org>
Mon, 30 Oct 2000 20:14:27 +0000 (20:14 +0000)
crypto/md32_common.h

index 1a404a458d1c8d3f973973f83ad0035ab050d9f9..3d9f8d03497a9d1d48f472300dcf541ea5767077 100644 (file)
  */
 #undef ROTATE
 #ifndef PEDANTIC
-# if defined(_MSC_VER)
+# if 0 /* defined(_MSC_VER) */
 #  define ROTATE(a,n)  _lrotl(a,n)
 # elif defined(__MWERKS__)
 #  if defined(__POWERPC__)