mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
initial OpenBSD support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package crypto
|
||||
|
||||
when ODIN_OS != .Linux {
|
||||
when ODIN_OS != .Linux && ODIN_OS != .OpenBSD {
|
||||
_rand_bytes :: proc (dst: []byte) {
|
||||
unimplemented("crypto: rand_bytes not supported on this OS")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user