You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crypto/riscvcap.c:85: return syscall(__NR_riscv_hwprobe, pairs, pair_count, cpu_count, cpus, flags); was added in OpenSSL v3.4.0
#define __NR_riscv_hwprobe 258 is defined in /data/riscv64-linux-musl/include/asm/unistd_64.h, but it looks like the compiler didn't include this macro
FYI: The musl version is now compiled using OpenSSL 3.3.2
crypto/riscvcap.c:85
:return syscall(__NR_riscv_hwprobe, pairs, pair_count, cpu_count, cpus, flags);
was added in OpenSSL v3.4.0#define __NR_riscv_hwprobe 258
is defined in/data/riscv64-linux-musl/include/asm/unistd_64.h
, but it looks like the compiler didn't include this macroFYI: The musl version is now compiled using OpenSSL 3.3.2
The text was updated successfully, but these errors were encountered: