github.com/ohlinux/git-lfs@v1.5.4/httputil/certs_linux.go (about)

     1  package httputil
     2  
     3  import "crypto/x509"
     4  
     5  func appendRootCAsForHostFromPlatform(pool *x509.CertPool, host string) *x509.CertPool {
     6  	// Do nothing, use golang default
     7  	return pool
     8  }