Commit Graph

2 Commits

Author SHA1 Message Date
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
goldenkrew3000 61f517d159 Adding base source 2025-09-20 18:01:59 +10:00