Files
LibreELEC.tv/packages/addons/addon-depends/go/patches/go-0001-add-ca-cert-location.patch
2019-04-13 14:31:31 +02:00

11 lines
286 B
Diff

--- a/src/crypto/x509/root_unix.go
+++ b/src/crypto/x509/root_unix.go
@@ -20,6 +20,7 @@
"/etc/pki/tls/certs", // Fedora/RHEL
"/etc/openssl/certs", // NetBSD
"/var/ssl/certs", // AIX
+ "/etc/ssl", // LibreELEC
}
const (