Browse Source

crypto/tls: make compatible with go/build

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5484073
tls13
Russ Cox 13 years ago
parent
commit
d2e14db4d4
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      root_stub.go
  2. +2
    -0
      root_unix.go

+ 2
- 0
root_stub.go 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() {


+ 2
- 0
root_unix.go 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 (


Loading…
Cancel
Save