Skip to content

Commit 2df72c5

Browse files
committed
vet
1 parent 0216104 commit 2df72c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security/advancedtls/crl.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ func extractCRLIssuer(crlBytes []byte) ([]byte, error) {
413413
var issuer cryptobyte.String
414414
// This doubled der.ReadASN1 is intentional, it modifies the input buffer
415415
if !der.ReadASN1(&der, cbasn1.SEQUENCE) ||
416-
!der.ReadASN1(&der, cbasn1.SEQUENCE) ||
417416
!der.SkipOptionalASN1(cbasn1.INTEGER) ||
418417
!der.SkipASN1(cbasn1.SEQUENCE) ||
419418
!der.ReadASN1Element(&issuer, cbasn1.SEQUENCE) {

0 commit comments

Comments
 (0)