Kaynağa Gözat

crypto/tls: make compatible with go/build

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5484073
tls13
Russ Cox 13 yıl önce
ebeveyn
işleme
d2e14db4d4
2 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +2
    -0
      root_stub.go
  2. +2
    -0
      root_unix.go

+ 2
- 0
root_stub.go Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet