]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: use Go 1.6 implementation for FetchPEMRoots for OS X 10.8
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 26 Jul 2016 14:55:40 +0000 (16:55 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 26 Jul 2016 21:18:26 +0000 (21:18 +0000)
commitff60da6962f71871fac3dd6a5406686ea92de8dc
tree3d2b9bbf1aa4627683d05b31ad2c6799ba7ca72d
parent887606114902bd58c3838767ac2b66dadba27e5e
crypto/x509: use Go 1.6 implementation for FetchPEMRoots for OS X 10.8

Conservative fix for the OS X 10.8 crash. We can unify them back together
during the Go 1.8 dev cycle.

Fixes #16473

Change-Id: If07228deb2be36093dd324b3b3bcb31c23a95035
Reviewed-on: https://go-review.googlesource.com/25233
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/crypto/x509/root_cgo_darwin.go