Skip to content

Commit

Permalink
Remove unused option.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Mar 17, 2022
1 parent 2b1f368 commit e27f612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/asn1.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ function _fromDer(bytes, remaining, depth, options) {
start = bytes.length();
var subOptions = {
// enforce strict mode to avoid parsing ASN.1 from plain data
verbose: options.verbose,
strict: true,
decodeBitStrings: true
};
Expand Down

0 comments on commit e27f612

Please sign in to comment.