summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha_locl.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-05-07 15:42:23 +0000
committerBen Laurie <ben@openssl.org>1999-05-07 15:42:23 +0000
commit5b640028cba758355000632840b48165ad39957a (patch)
tree5e3cbb127373c945602592a1f68939aec75b4970 /crypto/sha/sha_locl.h
parent135a1dcaacf553d833e7c3427c1a74b42644cbd9 (diff)
Make -pedantic work again.
Diffstat (limited to 'crypto/sha/sha_locl.h')
-rw-r--r--crypto/sha/sha_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha_locl.h b/crypto/sha/sha_locl.h
index 32bbe30afd..03215c2910 100644
--- a/crypto/sha/sha_locl.h
+++ b/crypto/sha/sha_locl.h
@@ -168,7 +168,7 @@
#define ROTATE(a,n) _lrotl(a,n)
#elif defined(__GNUC__)
/* some inline assembler templates by <appro@fy.chalmers.se> */
-#if defined(__i386)
+#if defined(__i386) && !defined(PEDANTIC)
#define ROTATE(a,n) ({ register unsigned int ret; \
asm ("roll %1,%0" \
: "=r"(ret) \