Fix the code used to detect aarch64 capabilities when we don't have getauxval()
authorTom Cosgrove <tom.cosgrove@arm.com>
Sat, 3 Dec 2022 12:58:43 +0000 (12:58 +0000)
committerTomas Mraz <tomas@openssl.org>
Tue, 6 Dec 2022 16:17:32 +0000 (17:17 +0100)
commitf97ddfc3059ff568919e92597b2691d5366fd34b
tree95712f1bf875ae63c23420d106a8c2649eff4256
parent25d02f333b9a5531fa88db294f69a8347f275858
Fix the code used to detect aarch64 capabilities when we don't have getauxval()

In addition to a missing prototype there was also a missing closing brace '}'.

Fixes #19825.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19833)
crypto/armcap.c