Skip to content

Commit 386c5d8

Browse files
committed
add missing cert behavior for freebsd
1 parent 9bd3b8e commit 386c5d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lfs/certs_freebsd.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package lfs
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+
}

0 commit comments

Comments
 (0)