AdGuardHome/internal/aghtls/root_others.go

10 lines
111 B
Go
Raw Permalink Normal View History

2022-11-02 13:18:02 +00:00
//go:build !linux
package aghtls
import "crypto/x509"
func rootCAs() (roots *x509.CertPool) {
return nil
}