Files
LibreELEC.tv/packages/addons/addon-depends/go/patches/go-0001-add-ca-cert-location.patch
2024-02-16 10:41:44 +00:00

13 lines
435 B
Diff

diff --git a/src/crypto/x509/root_linux.go b/src/crypto/x509/root_linux.go
index ad6ce5cae7..763c686fed 100644
--- a/src/crypto/x509/root_linux.go
+++ b/src/crypto/x509/root_linux.go
@@ -20,6 +20,7 @@ var certDirectories = []string{
var certDirectories = []string{
"/etc/ssl/certs", // SLES10/SLES11, https://golang.org/issue/12139
"/etc/pki/tls/certs", // Fedora/RHEL
+ "/etc/ssl", // LibreELEC
}
func init() {