Skip to content

Commit

Permalink
remove deprecated function all
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindiu committed Jun 18, 2020
1 parent ee4caf1 commit 160b10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tls/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func New(opts ...Option) (*Config, error) {
c.cfg.ClientAuth = tls.RequireAndVerifyClientCert
}

c.cfg.BuildNameToCertificate()
// c.cfg.BuildNameToCertificate()
return c.cfg, nil
}

Expand Down

0 comments on commit 160b10d

Please sign in to comment.