Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Dec 26, 2023
1 parent bc72eb6 commit 9e8a32e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/encoding/asn1/asn1.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ import (

// Common errors
var (
// ErrUnsupportedLength indicates that the length of the encoded data
// does not fit the memory space of the int type (4 bytes) or the length
// of the encoded data is negative
ErrUnsupportedLength = asn1.StructuralError{Msg: "length method not supported"}

// ErrUnsupportedIndefiniteLength indicates that the indefinite-length
// method is not supported
ErrUnsupportedIndefiniteLength = asn1.StructuralError{Msg: "indefinite length not supported"}
Expand Down

0 comments on commit 9e8a32e

Please sign in to comment.