Initialise OPENSSL_armcap_P to 0 before setting it based on capabilities, not after
authorTom Cosgrove <tom.cosgrove@arm.com>
Wed, 26 May 2021 15:46:00 +0000 (16:46 +0100)
committerPauli <pauli@openssl.org>
Fri, 28 May 2021 00:28:29 +0000 (10:28 +1000)
commitbb97dc508f85c729a0e5ac793557067016f879e5
tree2e6dee1ea478464f83ea7e5a0fa15f7524917c6d
parent365d207faa9245bf55879595ee6e7f63da84610d
Initialise OPENSSL_armcap_P to 0 before setting it based on capabilities, not after

Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15486)
crypto/armcap.c