diff --git a/crypto/sha/sha512.c b/crypto/sha/sha512.c index 24fc2ef03d88a5ac43e67227b4fceb07d56e214f..c58b843ad01f0a68b223d6fd265133f5095dc218 100644 --- 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