From: Mikio Hara Date: Mon, 5 Jan 2015 06:27:20 +0000 (+0900) Subject: crypto/x509: fix nacl build X-Git-Tag: go1.5beta1~2464 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=35132a6be8cbfd6be2adfb1096e6f4de6c9cea4e;p=gostls13.git crypto/x509: fix nacl build Change-Id: Ie47c6460c1749aef3cf6d7c6ba44d43305d7ca7b Reviewed-on: https://go-review.googlesource.com/2305 Reviewed-by: Minux Ma --- 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{}