]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/tls: make compatible with go/build
authorRuss Cox <rsc@golang.org>
Wed, 14 Dec 2011 15:25:48 +0000 (10:25 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 14 Dec 2011 15:25:48 +0000 (10:25 -0500)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5484073

src/pkg/crypto/tls/root_stub.go
src/pkg/crypto/tls/root_unix.go

index 1903eed81384010966e4864381c9cf6fa1fbcb34..18dcb02043a6c8cbebb34ea35c14580c7a6758f8 100644 (file)
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build plan9
+
 package tls
 
 func initDefaultRoots() {
index 1b9aeb03b5bfe1604104177acb6cab23c895e66a..5bbd9825dca4bbe388f3807e7d227a9229157625 100644 (file)
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build freebsd linux openbsd netbsd
+
 package tls
 
 import (