From 35132a6be8cbfd6be2adfb1096e6f4de6c9cea4e Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Mon, 5 Jan 2015 15:27:20 +0900 Subject: [PATCH] crypto/x509: fix nacl build Change-Id: Ie47c6460c1749aef3cf6d7c6ba44d43305d7ca7b Reviewed-on: https://go-review.googlesource.com/2305 Reviewed-by: Minux Ma --- src/crypto/x509/root_nacl.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/crypto/x509/root_nacl.go diff --git a/src/crypto/x509/root_nacl.go b/src/crypto/x509/root_nacl.go new file mode 100644 index 0000000000..4413f64738 --- /dev/null +++ b/src/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{} -- 2.50.0