]> Cypherpunks repositories - gostls13.git/commit
deps: allow crypto/x509 to use syscall
authorMikkel Krautz <mikkel@krautz.dk>
Wed, 7 Mar 2012 18:51:05 +0000 (13:51 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 18:51:05 +0000 (13:51 -0500)
commit4aab8806e7f245a9deb5bf77c8ff2dd10bf24bf5
tree502e8da4d7c8e4c86acdc2cb28099161d63ab3f9
parent9e8e4a9313f8bff5c40d82166818f98b4a8cc9ed
deps: allow crypto/x509 to use syscall

Allows the Windows part of CL 5700087 to land.

I had build tested CL 5753060 (which allows
crypto/x509 to use cgo and io/ioutil), and
didn't spot any errors on Windows.

Turns out I was wrong.

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