diff --git a/smx509/root_darwin.go b/smx509/root_darwin.go index 2af1824..922a9e0 100644 --- a/smx509/root_darwin.go +++ b/smx509/root_darwin.go @@ -5,5 +5,5 @@ func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate } func loadSystemRoots() (*CertPool, error) { - return [][]*Certificate{{}}, nil + return &CertPool{systemPool: true}, nil }