]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: fix Windows build.
authorAdam Langley <agl@golang.org>
Mon, 14 Apr 2014 20:23:58 +0000 (13:23 -0700)
committerAdam Langley <agl@golang.org>
Mon, 14 Apr 2014 20:23:58 +0000 (13:23 -0700)
commit3f32a51242c2567d79681b2d4e002684f21d4a5c
tree9e37193d2fc13ff65e60b1520b5bf155933167bc
parent8a2ac83cd8b936184968480a2975509dfa1c62cb
crypto/x509: fix Windows build.

Windows is building a chain to the AddTrust root which is different
from the native Go code and causing a build failure.

This change alters the test so that both should build to the AddTrust
root.

R=bradfitz

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/87570044
src/pkg/crypto/x509/verify_test.go