]> git.ipfire.org Git - thirdparty/openssl.git/commit
riscv: Fix remaining asm checks
authorJakov Smolić <jsmolic@gentoo.org>
Tue, 5 Mar 2024 15:43:11 +0000 (16:43 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 22 Mar 2024 10:02:11 +0000 (11:02 +0100)
commitdaf1f8d64fff4a395ee7cf032484dc022a27e748
treeeed7f8744eb11ad594a2d5ade3a7e0acc4017d39
parente10aa4bb83d21bfd2dc6923f4f34a5f2329029db
riscv: Fix remaining asm checks

There are additional asm checks which don't check for OPENSSL_CPUID_OBJ
causing the build to still fail on riscv [1], so fix them in the same
manner as ff279597692f9f19dca5b147944d3d96f2e109f8

[1] https://bugs.gentoo.org/923956
Fixes: https://github.com/openssl/openssl/issues/22871
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23752)
providers/implementations/ciphers/cipher_aes_gcm_hw.c
providers/implementations/ciphers/cipher_aes_hw.c
providers/implementations/ciphers/cipher_aes_ocb_hw.c
providers/implementations/ciphers/cipher_aes_xts_hw.c