// TODO(rsc): Find certificates for OS X 10.6.
if false && config.RootCAs != nil {
root := config.RootCAs.FindParent(certs[len(certs)-1])
if root == nil {
should drop the false && even if the TODO doesn't happen soon.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: