aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md32_common.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-12-14 15:28:10 +0000
committerUlf Möller <ulf@openssl.org>1999-12-14 15:28:10 +0000
commit3b14cb717defe41cebbe5524ff9d5ae84260a005 (patch)
tree1de0f725278338678befe5c720f3f12d021fb1f9 /crypto/md32_common.h
parent55f30198ad4314baaa276e1a1156c046d5ad823f (diff)
downloadopenssl-3b14cb717defe41cebbe5524ff9d5ae84260a005.tar.gz
Solaris x86 assembler problem is already addressed in ./config
(bug reports keep coming in because that was still missing in 0.9.4)
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 e739da2121..5e62d40523 100644
--- a/crypto/md32_common.h
+++ b/crypto/md32_common.h
@@ -191,7 +191,7 @@
*
* <appro@fy.chalmers.se>
*/
-# if defined(__i386) && !defined(__sun)
+# if defined(__i386)
# define ROTATE(a,n) ({ register unsigned int ret; \
asm volatile ( \
"roll %1,%0" \