d2e14db4d4
R=golang-dev, r CC=golang-dev https://golang.org/cl/5484073
11 lines
218 B
Go
11 lines
218 B
Go
// 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
|
|
|
|
package tls
|
|
|
|
func initDefaultRoots() {
|
|
}
|