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:
d24a9c8
)
Workaround MSVC6 compiler bug.
author
Andy Polyakov
<appro@openssl.org>
Thu, 23 Aug 2007 11:59:53 +0000
(11:59 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 23 Aug 2007 11:59:53 +0000
(11:59 +0000)
crypto/sha/sha512.c
patch
|
blob
|
history
diff --git
a/crypto/sha/sha512.c
b/crypto/sha/sha512.c
index 24fc2ef03d88a5ac43e67227b4fceb07d56e214f..c58b843ad01f0a68b223d6fd265133f5095dc218 100644
(file)
--- a/
crypto/sha/sha512.c
+++ b/
crypto/sha/sha512.c
@@
-364,6
+364,9
@@
static const SHA_LONG64 K512[80] = {
}
# endif
# define PULL64(x) __pull64be(&(x))
+# if _MSC_VER<=1200
+# pragma inline_depth(0)
+# endif
# endif
# endif
#endif