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 4b68d836de
commit 908d8ff498

View File

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