Skip to content

Commit 6664ce7

Browse files
committed
edit comment
1 parent d8ac107 commit 6664ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/x509util/ct.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
var (
2727
oidExtensionAuthorityKeyId = asn1.ObjectIdentifier{2, 5, 29, 35}
28-
// OIDExtensionCTPoison is defined in RFC 6962 s3.1.
28+
// These extensions are defined in RFC 6962 s3.1.
2929
oidExtensionCTPoison = asn1.ObjectIdentifier{1, 3, 6, 1, 4, 1, 11129, 2, 4, 3}
3030
oidExtensionKeyUsageCertificateTransparency = asn1.ObjectIdentifier{1, 3, 6, 1, 4, 1, 11129, 2, 4, 4}
3131
)

0 commit comments

Comments
 (0)