external/boringssl: fix Clang build.

The immediate in this operation is too large for ARM. GCC will
automatically rewrite it to use bic (where bic does an AND NOT). Clang,
however doesn't, and reasonably throws an error.

This change switches to using bic in the source file, thus making both
happy.

Change-Id: I117083f4f70c199e5d2f933c0a0516a6f4059a92
1 file changed