v2ray-core/transport/internet/tls/config_windows.go

10 lines
116 B
Go

// +build windows
package tls
import "crypto/x509"
func (c *Config) getCertPool() *x509.CertPool {
return nil
}