Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable 32-bit assembly on Apple platforms. (#109)
Motivation: The 32-bit assembly in BoringSSL doesn't assemble correctly on 32-bit apple platforms. It took us a while to notice because we previously haven't had any supported 32-bit platforms. NIOSSL still doesn't really support any 32-bit Apple platforms, as all production use on those platforms should use NIOTS, but there's no excuse for the compilation failures really. Modifications: Remove assembly acceleration on 32-bit Apple platforms. Result: Better compilation on 32-bit Apple platforms.
- Loading branch information