Skip to content

Commit 35a4d6e

Browse files
committed
Fix typo in legacy X509 certificate parser comment
1 parent f088f92 commit 35a4d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scep/scep.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ func init() {
1313
// enable the fallback X509 certificate parser to support parsing
1414
// Windows SCEP enrollment certificates that contain a critical
1515
// authority key identifier extension. Starting with Go 1.23 those
16-
// fail to be parsed by the crypto/x509. Enabling the legacy
17-
// fallback parser is a workaround for that.
16+
// fail to be parsed by crypto/x509. Enabling the legacy fallback
17+
// parser is a workaround for that.
1818
pkcs7.SetFallbackLegacyX509CertificateParserEnabled(true)
1919
}
2020

0 commit comments

Comments
 (0)