summaryrefslogtreecommitdiff
path: root/modules/caddytls/certselection.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-02-14 11:00:46 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2020-02-14 11:01:09 -0700
commit2cc5d2227dd8b8ad2d71112709ec29ab34fcd0ea (patch)
tree23756a2e0daa636b7d9ed9fcc61c42242f5382f1 /modules/caddytls/certselection.go
parent15bf9c196c5972051f40ebadf50811bd06e328dd (diff)
Minor tweaks to docs/comments
Diffstat (limited to 'modules/caddytls/certselection.go')
-rw-r--r--modules/caddytls/certselection.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/caddytls/certselection.go b/modules/caddytls/certselection.go
index 10a3ee5..0d49eb7 100644
--- a/modules/caddytls/certselection.go
+++ b/modules/caddytls/certselection.go
@@ -14,8 +14,8 @@ func init() {
caddy.RegisterModule(CustomCertSelectionPolicy{})
}
-// CertSelectionPolicy represents a policy for selecting the certificate used
-// to complete a handshake when there may be multiple options. All fields
+// CustomCertSelectionPolicy represents a policy for selecting the certificate
+// used to complete a handshake when there may be multiple options. All fields
// specified must match the candidate certificate for it to be chosen.
// This was needed to solve https://github.com/caddyserver/caddy/issues/2588.
type CustomCertSelectionPolicy struct {