Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/crypto/dist/openssl/crypto Pull up revision 1.4 (reques...



details:   https://anonhg.NetBSD.org/src/rev/3f7e1a3d08a5
branches:  netbsd-1-6
changeset: 529492:3f7e1a3d08a5
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Nov 24 16:20:01 2002 +0000

description:
Pull up revision 1.4 (requested by itojun in ticket #744):
somehow main trunk was not in sync with 0.9.6f for this file.  noted by havard.

diffstat:

 crypto/dist/openssl/crypto/md32_common.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 3b5d0566d0ee -r 3f7e1a3d08a5 crypto/dist/openssl/crypto/md32_common.h
--- a/crypto/dist/openssl/crypto/md32_common.h  Sun Nov 24 16:17:32 2002 +0000
+++ b/crypto/dist/openssl/crypto/md32_common.h  Sun Nov 24 16:20:01 2002 +0000
@@ -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@localhost> */



Home | Main Index | Thread Index | Old Index