forked from TrueCloudLab/certificates
Fix comment.
This commit is contained in:
parent
cd934bbede
commit
e330ac547c
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ type mutableTLSConfig struct {
|
||||||
mutRootCerts []*x509.Certificate
|
mutRootCerts []*x509.Certificate
|
||||||
}
|
}
|
||||||
|
|
||||||
// newMutableTLSConfig creates a new mutableTLSConfig using the passed one as
|
// newMutableTLSConfig creates a new mutableTLSConfig that will be later
|
||||||
// the base one.
|
// initialized with a tls.Config.
|
||||||
func newMutableTLSConfig() *mutableTLSConfig {
|
func newMutableTLSConfig() *mutableTLSConfig {
|
||||||
return &mutableTLSConfig{
|
return &mutableTLSConfig{
|
||||||
clientCerts: []*x509.Certificate{},
|
clientCerts: []*x509.Certificate{},
|
||||||
|
|
Loading…
Reference in a new issue