Files
tsnet-proxy/vendor/github.com/u-root/uio/rand/random_unix.go
2024-11-01 17:43:06 +00:00

10 lines
289 B
Go

// Copyright 2019 the u-root Authors. All rights reserved
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build aix darwin dragonfly freebsd nacl netbsd openbsd solaris
package rand
var defaultContextReader = &urandomReader{}