1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-01 07:04:12 +00:00
Beego/vendor/github.com/lib/pq/ssl_renegotiation.go

9 lines
151 B
Go
Raw Normal View History

2018-11-09 04:37:28 +00:00
// +build !go1.7
package pq
import "crypto/tls"
// Renegotiation is not supported by crypto/tls until Go 1.7.
func sslRenegotiation(*tls.Config) {}