summaryrefslogtreecommitdiff
path: root/src/crypto/x509/root_js.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/x509/root_js.go')
-rw-r--r--src/crypto/x509/root_js.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crypto/x509/root_js.go b/src/crypto/x509/root_js.go
index 70abb73f99..4e537a4fe5 100644
--- a/src/crypto/x509/root_js.go
+++ b/src/crypto/x509/root_js.go
@@ -8,3 +8,7 @@ package x509
// Possible certificate files; stop after finding one.
var certFiles = []string{}
+
+// Possible directories with certificate files; stop after successfully
+// reading at least one file from a directory.
+var certDirectories = []string{}