]> Cypherpunks repositories - gostls13.git/commit
deps: allow crypto/x509 cgo and io/ioutil.
authorAdam Langley <agl@golang.org>
Tue, 6 Mar 2012 22:18:09 +0000 (17:18 -0500)
committerAdam Langley <agl@golang.org>
Tue, 6 Mar 2012 22:18:09 +0000 (17:18 -0500)
commit3ea3a7c9a5e0926940b341fde56f968de152edaf
tree3de392928f0b378ed9cb4eeaf23fd4fe6bc97a3d
parent48eacd90a8ad54baf8c8037cb8d753e31e2d4bfd
deps: allow crypto/x509 cgo and io/ioutil.

In order to land 5700087 (which moves the knowledge of how to get the
root certificates for the system from crypto/tls to crypto/x509), we
need to relax the restrictions on crypto/x509. Afterwards, we can
probably tighten them up in crypto/tls.

R=golang-dev, rsc, krautz
CC=golang-dev
https://golang.org/cl/5753060
src/pkg/go/build/deps_test.go