1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-02 00:36:03 -04:00
v2fly/transport/internet/tls/config_windows.go

10 lines
116 B
Go
Raw Normal View History

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