summaryrefslogtreecommitdiff
path: root/libgo/go/crypto/tls/root_stub.go
blob: ee2c3e01795677cd81c79cb9dd860002cd2d5ed7 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build plan9 darwin,!cgo

package tls

func initDefaultRoots() {
}