armcap: fix Mac M1 SHA512 support.
authorDavid CARLIER <devnexen@gmail.com>
Mon, 19 Apr 2021 20:26:50 +0000 (21:26 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 11 May 2021 08:00:27 +0000 (10:00 +0200)
commitf1a45f68bcdceaa2944d078cc65ffb0b3845c43e
tree6bf172341d161ed8ef615154db94183b0b9a7d06
parentd29d7a7ff22e8e3be1c8bbdb8edd3ab9c72ed021
armcap: fix Mac M1 SHA512 support.

The SIGILL catch/trap works however disabled purposely for Darwin,
 thus relying on native api instead.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14935)
crypto/armcap.c