Skip to content

Commit

Permalink
Merge branch 'fix-option-in-parse-asn1-hex-string' of https://github.…
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Nov 25, 2022
2 parents 7589361 + d5ffbbb commit e97d535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/ParseASN1HexString.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ParseASN1HexString extends Operation {
run(input, args) {
const [index, truncateLen] = args;
return r.ASN1HEX.dump(input.replace(/\s/g, "").toLowerCase(), {
"ommitLongOctet": truncateLen
"ommit_long_octet": truncateLen
}, index);
}

Expand Down

0 comments on commit e97d535

Please sign in to comment.