Kaydet (Commit) 0659ed4a authored tarafından Andrea Pescetti's avatar Andrea Pescetti

#i126572# Complete the OpenSSL update.

Patch by: pfg
üst 2c446a4e
--- misc/openssl-0.9.8zg/crypto/md32_common.h 2015-09-20 11:10:48.263008317 -0500
+++ misc/build/openssl-0.9.8zg/crypto/md32_common.h 2015-09-20 11:11:50.047002757 -0500
@@ -165,7 +165,7 @@
asm ( \
"roll %1,%0" \
: "=r"(ret) \
- : "I"(n), "0"(a) \
+ : "I"(n), "0"((unsigned int)a) \
: "cc"); \
ret; \
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment