crypto/s390xcap.c: Add guards around the GETAUXVAL checks
authorRichard Levitte <levitte@openssl.org>
Fri, 13 Sep 2019 09:43:18 +0000 (11:43 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 21 Oct 2019 13:14:09 +0000 (15:14 +0200)
commit5768804d5ac543b2c899bcbb96cb6f571cef9eaa
treec9588153c6e5eb0f3dd197cc6cd49cefbdb897c1
parent48bb979252deb4ca51ac9b3cdad70ee92937da4f
crypto/s390xcap.c: Add guards around the GETAUXVAL checks

HWCAP_S390_VX is missing on SUSE Linux Enterprise Server 12 SP1, so we
add a guard that checks the present of that macro.  While we're at it,
we do the same with HWCAP_S390_STFLE, for consistency.

Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com>
(Merged from https://github.com/openssl/openssl/pull/9892)
crypto/s390xcap.c