AdGuardHome/internal/aghtls/root_others.go
2022-11-02 16:18:02 +03:00

9 lines
111 B
Go

//go:build !linux
package aghtls
import "crypto/x509"
func rootCAs() (roots *x509.CertPool) {
return nil
}