mirror of
https://github.com/golang/go
synced 2024-11-12 00:30:22 -07:00
crypto/tls: make compatible with go/build
R=golang-dev, r CC=golang-dev https://golang.org/cl/5484073
This commit is contained in:
parent
23cd406496
commit
d842acd57e
@ -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() {
|
||||
|
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user