github.com/stffabi/git-lfs@v2.3.5-0.20180214015214-8eeaa8d88902+incompatible/lfsapi/certs_linux.go (about)

     1  package lfsapi
     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  }