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

10 lines
116 B
Go
Raw Normal View History

2018-04-13 08:01:10 +00:00
// +build windows
package tls
import "crypto/x509"
func (c *Config) GetCertPool() *x509.CertPool {
return nil
}