summaryrefslogtreecommitdiffstats
path: root/crypto/md32_common.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-12-08 22:55:06 +0000
committerUlf Möller <ulf@openssl.org>1999-12-08 22:55:06 +0000
commita4af39ac4482355ffdd61fb61231a0c79b96997b (patch)
treefa4514b9ea17b665946b09a610119116ddd41883 /crypto/md32_common.h
parent63daa2aaf40f701ef2f79419fb938290f3f149ff (diff)
Don't use inline assembler on x86 Solaris (would need a different syntax).
Diffstat (limited to 'crypto/md32_common.h')
-rw-r--r--crypto/md32_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md32_common.h b/crypto/md32_common.h
index 5e62d40523..e739da2121 100644
--- a/crypto/md32_common.h
+++ b/crypto/md32_common.h
@@ -191,7 +191,7 @@
*
* <appro@fy.chalmers.se>
*/
-# if defined(__i386)
+# if defined(__i386) && !defined(__sun)
# define ROTATE(a,n) ({ register unsigned int ret; \
asm volatile ( \
"roll %1,%0" \