s390xcap.c: Avoid copying structure on initialization
authorTomas Mraz <tomas@openssl.org>
Mon, 26 Jun 2023 15:13:30 +0000 (17:13 +0200)
committerPauli <pauli@openssl.org>
Tue, 27 Jun 2023 22:30:44 +0000 (08:30 +1000)
commit0dee3b0421047354abd0b70cedd4c1bceaf323b0
tree564c8a8599f3d87be24b8bf3f929588af7460aca
parentc113c8186588916f417b56bc0d9e758279e2de1f
s390xcap.c: Avoid copying structure on initialization

This is problematic on old compilers. It also avoids duplicating
the read-only data.

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21284)
crypto/s390xcap.c