]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/tls: disable root cert fetching to fix windows build
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 14 Oct 2011 06:53:01 +0000 (17:53 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 14 Oct 2011 06:53:01 +0000 (17:53 +1100)
R=golang-dev
CC=golang-dev
https://golang.org/cl/5267044

src/pkg/crypto/tls/root_windows.go

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