diff options
Diffstat (limited to 'libgo/go/crypto/x509/root_nacl.go')
-rw-r--r-- | libgo/go/crypto/x509/root_nacl.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libgo/go/crypto/x509/root_nacl.go b/libgo/go/crypto/x509/root_nacl.go new file mode 100644 index 00000000000..4413f64738a --- /dev/null +++ b/libgo/go/crypto/x509/root_nacl.go @@ -0,0 +1,8 @@ +// Copyright 2015 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. + +package x509 + +// Possible certificate files; stop after finding one. +var certFiles = []string{} |