9ddba66440
Change-Id: I52c62a91e317f072237cf25ed54f3cc6456d82b3 Reviewed-on: https://gerrit.libreoffice.org/1495 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
11 lines
349 B
Diff
11 lines
349 B
Diff
--- build/openssl-0.9.8v/crypto/md32_common.h.sav 2010-03-29 13:23:11.000000000 +0200
|
|
+++ 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; \
|
|
})
|