blob: 9be9f0ae7e52487f8142b6ed53660f1f51772f77 (
plain)
1 diff -urN go.orig/src/crypto/x509/root_linux.go go/src/crypto/x509/root_linux.go
2 --- go.orig/src/crypto/x509/root_linux.go 2016-04-19 18:50:08.000000000 -0500
3 +++ go/src/crypto/x509/root_linux.go 2016-05-17 17:23:51.449252229 -0500
4 @@ -10,4 +10,5 @@
5 "/etc/pki/tls/certs/ca-bundle.crt", // Fedora/RHEL
6 "/etc/ssl/ca-bundle.pem", // OpenSUSE
7 "/etc/pki/tls/cacert.pem", // OpenELEC
8 + "/etc/ssl/cert.pem",
9 }
|