2011-10-26 23:57:58 +00: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.
|
|
|
|
|
2012-01-13 05:11:45 +00:00
|
|
|
// +build plan9 darwin/nocgo
|
2012-01-12 01:31:45 +00:00
|
|
|
|
2011-10-26 23:57:58 +00:00
|
|
|
package tls
|
|
|
|
|
|
|
|
func initDefaultRoots() {
|
|
|
|
}
|