somehow main trunk was not in sync with 0.9.6f for this file. noted by havard.
This commit is contained in:
parent
9af86f9bf3
commit
f613969b8a
2
crypto/dist/openssl/crypto/md32_common.h
vendored
2
crypto/dist/openssl/crypto/md32_common.h
vendored
@ -178,6 +178,7 @@
|
||||
* Engage compiler specific rotate intrinsic function if available.
|
||||
*/
|
||||
#undef ROTATE
|
||||
#ifndef PEDANTIC
|
||||
# if defined(_MSC_VER)
|
||||
# define ROTATE(a,n) _lrotl(a,n)
|
||||
# elif defined(__MWERKS__)
|
||||
@ -249,6 +250,7 @@
|
||||
})
|
||||
# endif
|
||||
# endif
|
||||
#endif /* PEDANTIC */
|
||||
|
||||
#if HASH_LONG_LOG2==2 /* Engage only if sizeof(HASH_LONG)== 4 */
|
||||
/* A nice byte order reversal from Wei Dai <weidai@eskimo.com> */
|
||||
|
Loading…
Reference in New Issue
Block a user