mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 22:49:33 +00:00
10 lines
111 B
Go
10 lines
111 B
Go
//go:build !linux
|
|
|
|
package aghtls
|
|
|
|
import "crypto/x509"
|
|
|
|
func rootCAs() (roots *x509.CertPool) {
|
|
return nil
|
|
}
|