mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	
		
			
				
	
	
		
			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) {}
 |