]> git.pld-linux.org Git - packages/golang.git/blob - ca-certs.patch
up to 1.9.3
[packages/golang.git] / ca-certs.patch
1 --- golang-1.6/src/crypto/x509/root_unix.go~    2016-02-17 22:35:21.000000000 +0200
2 +++ golang-1.6/src/crypto/x509/root_unix.go     2016-04-05 13:04:44.231441583 +0300
3 @@ -11,6 +11,7 @@
4  // Possible directories with certificate files; stop after successfully
5  // reading at least one file from a directory.
6  var certDirectories = []string{
7 +       "/etc/openssl/certs",           // PLD Linux
8         "/etc/ssl/certs",               // SLES10/SLES11, https://golang.org/issue/12139
9         "/system/etc/security/cacerts", // Android
10  }
This page took 0.080393 seconds and 3 git commands to generate.