1
0
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:
Mikio Hara 2015-01-05 15:27:20 +09:00
parent 682922908f
commit 35132a6be8

View 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{}