mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-13 00:36:28 +00:00
a1bcc15458
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4080
9 lines
151 B
Go
9 lines
151 B
Go
// +build !go1.7
|
|
|
|
package pq
|
|
|
|
import "crypto/tls"
|
|
|
|
// Renegotiation is not supported by crypto/tls until Go 1.7.
|
|
func sslRenegotiation(*tls.Config) {}
|