crypto/armcap.c: mask SHA512 hardware detection on iOS.
authorAndy Polyakov <appro@openssl.org>
Mon, 5 Mar 2018 16:10:03 +0000 (17:10 +0100)
committerAndy Polyakov <appro@openssl.org>
Tue, 6 Mar 2018 22:18:24 +0000 (23:18 +0100)
commit72983c0eab750dfc1b6298c516df7afb1a73ba54
treeca0852c8100405cc0381d6788ec0416f9e06175e
parent107783d9c56e7dcb338c011fa202ffa8f066dbca
crypto/armcap.c: mask SHA512 hardware detection on iOS.

When running iOS application from command line it's impossible to
get past the failing capability detection. This is because it's
executed under debugger and iOS debugger is impossible to deal with.
[If Apple implements SHA512 in silicon, it would have to be detected
with sysctlbyname.]

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/armcap.c