mirror of
https://github.com/golang/go
synced 2024-11-11 21:20:21 -07:00
crypto/x509: fix nacl build
Change-Id: Ie47c6460c1749aef3cf6d7c6ba44d43305d7ca7b Reviewed-on: https://go-review.googlesource.com/2305 Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
parent
682922908f
commit
35132a6be8
8
src/crypto/x509/root_nacl.go
Normal file
8
src/crypto/x509/root_nacl.go
Normal file
@ -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{}
|
Loading…
Reference in New Issue
Block a user