crypto/tls: disable root cert fetching to fix windows build
R=golang-dev CC=golang-dev https://golang.org/cl/5267044
This commit is contained in:
parent
4b68d836de
commit
908d8ff498
@ -43,6 +43,9 @@ func loadStore(roots *x509.CertPool, name string) {
|
||||
}
|
||||
|
||||
func initDefaultRoots() {
|
||||
// TODO(brainman): To be fixed
|
||||
return
|
||||
|
||||
roots := x509.NewCertPool()
|
||||
|
||||
// Roots
|
||||
|
Loading…
Reference in New Issue
Block a user