]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/x509: fix nacl build
authorMikio Hara <mikioh.mikioh@gmail.com>
Mon, 5 Jan 2015 06:27:20 +0000 (15:27 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Mon, 5 Jan 2015 06:31:49 +0000 (06:31 +0000)
Change-Id: Ie47c6460c1749aef3cf6d7c6ba44d43305d7ca7b
Reviewed-on: https://go-review.googlesource.com/2305
Reviewed-by: Minux Ma <minux@golang.org>
src/crypto/x509/root_nacl.go [new file with mode: 0644]

diff --git a/src/crypto/x509/root_nacl.go b/src/crypto/x509/root_nacl.go
new file mode 100644 (file)
index 0000000..4413f64
--- /dev/null
@@ -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{}