Commit 8225f4d7 authored by Alex Brainman's avatar Alex Brainman

crypto/tls: disable root cert fetching to fix windows build

R=golang-dev
CC=golang-dev
https://golang.org/cl/5267044
parent b82a8e7c
......@@ -43,6 +43,9 @@ func loadStore(roots *x509.CertPool, name string) {
}
func initDefaultRoots() {
// TODO(brainman): To be fixed
return
roots := x509.NewCertPool()
// Roots
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment