Skip to content

Commit

Permalink
Fix copy/paste error (#796)
Browse files Browse the repository at this point in the history
Co-authored-by: Zakir Durumeric <zakird@gmail.com>
  • Loading branch information
bitlux and zakird committed Feb 14, 2024
1 parent 8deb02b commit 1baec6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v3/lints/cabf_smime_br/smime_legacy_multipurpose_eku_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/zmap/zlint/v3/util"
)

// shallHaveCrlDistributionPoints - linter to enforce requirement that SMIME certificates SHALL contain emailProtecton EKU
// legacyMultipurposeEKUCheck - linter to enforce requirement that SMIME certificates SHALL contain emailProtecton EKU
type legacyMultipurposeEKUCheck struct {
}

Expand All @@ -37,7 +37,7 @@ func init() {
})
}

// NewShallHaveCrlDistributionPoints creates a new linter to enforce MAY/SHALL NOT field requirements for mailbox validated SMIME certs
// NewLegacyMultipurposeEKUCheck creates a new linter to enforce MAY/SHALL NOT field requirements for mailbox validated SMIME certs
func NewLegacyMultipurposeEKUCheck() lint.CertificateLintInterface {
return &legacyMultipurposeEKUCheck{}
}
Expand Down

0 comments on commit 1baec6e

Please sign in to comment.