blob: 85ed5e437fb6704375846cdbe1251a4237085993 [file] [log] [blame]
// +build !go1.7
package pq
import "crypto/tls"
// Renegotiation is not supported by crypto/tls until Go 1.7.
func sslRenegotiation(*tls.Config) {}