office-gobmx/openssl/openssl-asm-fix.patch
Petr Mladek 957cb927a7 update internal openssl to version 0.9.8v
including important bug fixes
2012-04-23 15:14:07 +02:00

11 lines
359 B
Diff

--- 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; \
})