OSDN Git Service

18dcb02043a6c8cbebb34ea35c14580c7a6758f8
[pf3gnuchains/gcc-fork.git] / libgo / go / crypto / tls / root_stub.go
1 // Copyright 2011 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 // +build plan9
6
7 package tls
8
9 func initDefaultRoots() {
10 }