summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-08-25 16:05:18 -0400
committerRich Salz <rsalz@openssl.org>2017-08-27 11:35:39 -0400
commitb2db9c18b23f59c3a08ef10f0ee85f24d43da2a4 (patch)
treec6ffbf9e811eee2ff4eb9e0c95c21add57f836e4 /crypto/sha
parent32c1356302e74dfa5e8bd2d7002c18d91a323b70 (diff)
MSC_VER <= 1200 isn't supported; remove dead code
VisualStudio 6 and earlier aren't supported. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4263)
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/sha512.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/sha/sha512.c b/crypto/sha/sha512.c
index e94de4370b..263bae2904 100644
--- a/crypto/sha/sha512.c
+++ b/crypto/sha/sha512.c
@@ -399,9 +399,6 @@ static SHA_LONG64 __fastcall __pull64be(const void *x)
}
# endif
# define PULL64(x) __pull64be(&(x))
-# if _MSC_VER<=1200
-# pragma inline_depth(0)
-# endif
# endif
# endif
# endif