Files
OSSP/src/libopensubsonic/crypto.c
T
goldenkrew3000 4a9e1fc845 Fixed libopensubsonic's crypto implementation for Musl Linux
Musl C doesn't implement arc4random(), so use the getrandom() syscall
instead.
Also, Musl C also doesn't have a precompiler macro to be identified by,
so if the system is Linux and not Glibc, assume Musl C.
2026-01-22 17:09:21 +10:00

4.3 KiB