OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
23-Aug-2007 13:59:54
Branch: HEAD Handle:
2007082312595300
Modified files:
openssl/crypto/sha sha512.c
Log:
Workaround MSVC6 compiler bug.
Summary:
Revision Changes Path
1.17 +3 -0 openssl/crypto/sha/sha512.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/sha/sha512.c
============================================================
================
$ cvs diff -u -r1.16 -r1.17 sha512.c
--- openssl/crypto/sha/sha512.c 13 May 2007 15:16:44
-0000 1.16
+++ openssl/crypto/sha/sha512.c 23 Aug 2007 11:59:53
-0000 1.17
 -364,6 +364,9 
}
# endif
# define PULL64(x) __pull64be(&(x))
+# if _MSC_VER<=1200
+# pragma inline_depth(0)
+# endif
# endif
# endif
#endif
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|