libgo: Merge from revision 18783:00cce3a34d7e of master library.
[official-gcc.git] / libgo / go / crypto / x509 / root_nocgo_darwin.go
blobd00e2576624ad5c67cd325846e07171090579b0e
1 // Copyright 2013 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.
5 // +build !cgo
7 package x509
9 func initSystemRoots() {
10 systemRoots, _ = execSecurityRoots()