1
0
mirror of https://github.com/golang/go synced 2024-11-22 09:04:42 -07:00

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:
Alex Brainman 2011-10-14 17:53:01 +11:00
parent b82a8e7c22
commit 8225f4d71f

View File

@ -43,6 +43,9 @@ func loadStore(roots *x509.CertPool, name string) {
} }
func initDefaultRoots() { func initDefaultRoots() {
// TODO(brainman): To be fixed
return
roots := x509.NewCertPool() roots := x509.NewCertPool()
// Roots // Roots