Files
sing-box/common/certificate/system_other.go
T

10 lines
134 B
Go

//go:build !android || !cgo
package certificate
import "crypto/x509"
func systemCertificates() []*x509.Certificate {
return nil
}