summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/x509/root_stub.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/x509/root_stub.go')
-rw-r--r--src/pkg/crypto/x509/root_stub.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/crypto/x509/root_stub.go b/src/pkg/crypto/x509/root_stub.go
index 568004108..4c742ccc3 100644
--- a/src/pkg/crypto/x509/root_stub.go
+++ b/src/pkg/crypto/x509/root_stub.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build plan9 darwin,!cgo
+// +build darwin,!cgo
package x509
@@ -11,5 +11,4 @@ func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate
}
func initSystemRoots() {
- systemRoots = NewCertPool()
}