]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix builds on riscv64 using musl
authorMatt Caswell <matt@openssl.org>
Wed, 23 Oct 2024 13:57:20 +0000 (14:57 +0100)
committerTodd Short <todd.short@me.com>
Mon, 28 Oct 2024 19:44:44 +0000 (15:44 -0400)
commit27fa9d33e1355ae1ef1c0a072f9b511858dfef85
treeb526cffda74c786f131a9fa9ed0dcc10a9d2cb88
parentf30d6ba455e06572250e75132045eedde5d1daf0
Fix builds on riscv64 using musl

Some environments using musl are reported to have the hwprobe.h include
file but not have the __NR_riscv_hwprobe define.

Fixes #25772

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/25787)
include/crypto/riscv_arch.h