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, 0 insertions, 8 deletions
diff --git a/libgo/go/crypto/x509/root_nacl.go b/libgo/go/crypto/x509/root_nacl.go deleted file mode 100644 index 4413f64738a..00000000000 --- a/libgo/go/crypto/x509/root_nacl.go +++ /dev/null @@ -1,8 +0,0 @@ -// 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{} |