()
| 952 | } |
| 953 | |
| 954 | func (c *Config) time() time.Time { |
| 955 | t := c.Time |
| 956 | if t == nil { |
| 957 | t = time.Now |
| 958 | } |
| 959 | return t() |
| 960 | } |
| 961 | |
| 962 | func (c *Config) cipherSuites() []uint16 { |
| 963 | if c.CipherSuites != nil { |
no outgoing calls
no test coverage detected