summaryrefslogtreecommitdiff
path: root/openssl/openssl-asm-fix.patch
blob: 76013eb18fcf94d197dd9fd56f490863ef47dc8a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- misc/build/openssl-0.9.8v/crypto/md32_common.h.sav	2010-03-29 13:23:11.000000000 +0200
+++ misc/build/openssl-0.9.8v/crypto/md32_common.h	2012-03-16 12:39:14.986941958 +0100
@@ -165,7 +165,7 @@
 				asm (			\
 				"roll %1,%0"		\
 				: "=r"(ret)		\
-				: "I"(n), "0"(a)	\
+				: "I"(n), "0"((unsigned int)(a))	\
 				: "cc");		\
 			   ret;				\
 			})