From: Ulf Möller Date: Mon, 30 Oct 2000 20:14:27 +0000 (+0000) Subject: _lrotl() is a call to the C runtime library! X-Git-Tag: rsaref~42 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=7db2fcaa816c657c2524f18ca91c02e46d715884 _lrotl() is a call to the C runtime library! --- diff --git a/crypto/md32_common.h b/crypto/md32_common.h index 1a404a458d..3d9f8d0349 100644 --- a/crypto/md32_common.h +++ b/crypto/md32_common.h @@ -179,7 +179,7 @@ */ #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__)