2011-10-13 18:59:13 +01:00
|
|
|
// 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.
|
|
|
|
|
2011-12-14 15:25:48 +00:00
|
|
|
// +build plan9
|
|
|
|
|
2011-10-13 18:59:13 +01:00
|
|
|
package tls
|
|
|
|
|
|
|
|
func initDefaultRoots() {
|
|
|
|
}
|