From e27f61230f19fb9f085a163f31d0573305271b84 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Mon, 7 Mar 2022 19:42:23 -0500 Subject: [PATCH] Remove unused option. --- lib/asn1.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/asn1.js b/lib/asn1.js index c142f635..44ee5d43 100644 --- a/lib/asn1.js +++ b/lib/asn1.js @@ -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 };