1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-28 20:44:13 +00:00
Beego/vendor/github.com/lib/pq/ssl_renegotiation.go
2018-07-30 12:05:51 +08:00

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) {}