all: sync with master
This commit is contained in:
9
internal/aghtls/root_others.go
Normal file
9
internal/aghtls/root_others.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !linux
|
||||
|
||||
package aghtls
|
||||
|
||||
import "crypto/x509"
|
||||
|
||||
func rootCAs() (roots *x509.CertPool) {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user