crypto/tls: make compatible with go/build

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5484073
This commit is contained in:
Russ Cox 2011-12-14 10:25:48 -05:00
parent 23cd406496
commit d842acd57e
2 changed files with 4 additions and 0 deletions

View 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() {

View 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 (