diff --git a/core/crypto/rand_generic.odin b/core/crypto/rand_generic.odin index b8bf900cd..bf7abbbe2 100644 --- a/core/crypto/rand_generic.odin +++ b/core/crypto/rand_generic.odin @@ -1,4 +1,9 @@ -//+build !linux !windows !openbsd !freebsd !darwin !js +//+build !linux +//+build !windows +//+build !openbsd +//+build !freebsd +//+build !darwin +//+build !js package crypto _rand_bytes :: proc(dst: []byte) {