projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d09713
)
_lrotl() is a call to the C runtime library!
author
Ulf Möller
<ulf@openssl.org>
Mon, 30 Oct 2000 20:14:27 +0000
(20:14 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Mon, 30 Oct 2000 20:14:27 +0000
(20:14 +0000)
crypto/md32_common.h
patch
|
blob
|
history
diff --git
a/crypto/md32_common.h
b/crypto/md32_common.h
index 1a404a458d1c8d3f973973f83ad0035ab050d9f9..3d9f8d03497a9d1d48f472300dcf541ea5767077 100644
(file)
--- 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__)