Merge branch 'master' into netbsd

This commit is contained in:
Andreas T Jonsson
2024-04-25 22:04:40 +02:00
111 changed files with 6783 additions and 922 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ _rand_bytes :: proc(dst: []byte) {
unimplemented("crypto: rand_bytes not supported on this OS")
}
_has_rand_bytes :: proc () -> bool {
_has_rand_bytes :: proc() -> bool {
return false
}