commit | 87955877681c4c832ee3df0bdba67d3e2e3d49f2 | [log] [tgz] |
---|---|---|
author | Kenny Root <[email protected]> | Wed Nov 19 11:04:10 2014 -0800 |
committer | Kenny Root <[email protected]> | Thu Nov 20 20:07:54 2014 +0000 |
tree | ee519555da1b2f9f6501ecfa906f6ff2657c52c7 | |
parent | fc6ed1594aebe63aafa31af2bd01c41fab36d6cc [diff] |
Add hack to fix RC4_INT problems The opensslconf.h for 64-bit has a special case for linux-x86_64 that sets RC4_INT to "unsigned int" instead of "unsigned char" Without this hack, any server that chooses RC4-SHA for the SSL connection will segmentation fault on x86-64 since the assembly code disagrees with the field size that C believes it is. (cherry picked from commit 9eca647003c7969ecb6fce2b5ff3965d3536fa67) Bug: 18434518 Change-Id: I4eb1395fc122df5185af74500f4155a1095535c5