libcrypto_baremetal: Use STATIC_ARMCAP, not NO_ASM

OPENSSL_NO_ASM was used to prevent OPENSSL_cpuid_setup() (implemented
using syscalls) from being linked into the baremetal library. Instead,
remove the call by enabling OPENSSL_STATIC_ARMCAP, which doesn't prevent
using ASM routines.

Note: no functional change intended.

Test: m pvmfw_bin  # uses libcrypto_baremetal
Change-Id: Ib95386ddcf2cb308b653c452550518ca28d0aa34
1 file changed