repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git]
/
openssl
/
openssl-asm-fix.patch
blob
76013eb18fcf94d197dd9fd56f490863ef47dc8a
1
--- misc/build/openssl-0.9.8v/crypto/md32_common.h.sav 2010-03-29 13:23:11.000000000 +0200
2
+++ misc/build/openssl-0.9.8v/crypto/md32_common.h 2012-03-16 12:39:14.986941958 +0100
3
@@ -165,7 +165,7 @@
4
asm ( \
5
"roll %1,%0" \
6
: "=r"(ret) \
7
- : "I"(n), "0"(a) \
8
+ : "I"(n), "0"((unsigned int)(a)) \
9
: "cc"); \
10
ret; \
11
})