]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/crypto/rand/rand_unix.go
[dev.boringcrypto] all: merge master into dev.boringcrypto
[gostls13.git] / src / crypto / rand / rand_unix.go
index 246639702e9aad2532e8c14e9ec10015a3b6be75..2bd77f327f5f2758383fcabdf6a36124a920c232 100644 (file)
@@ -2,7 +2,7 @@
 // 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 linux nacl netbsd openbsd plan9 solaris
+// +build aix darwin dragonfly freebsd linux netbsd openbsd plan9 solaris
 
 // Unix cryptographically secure pseudorandom number
 // generator.