2
1

update builder function

Este cometimento está contido em:
AJ ONeal 2018-11-22 23:14:45 -07:00
ascendente b6769f3734
cometimento 73aac4bff4

Ver ficheiro

@ -182,9 +182,9 @@ ASN1.tpl = function (asn1) {
if (0x02 !== asn1.type && 0x03 !== asn1.type) { if (0x02 !== asn1.type && 0x03 !== asn1.type) {
str += ", "; str += ", ";
} }
str += "opts.tpl" + i; str += "Enc.bufToHex(opts.tpl" + i + ")";
} else { } else {
str += ", " + Enc.bufToHex(asn1.value); str += ", '" + Enc.bufToHex(asn1.value) + "'";
} }
} }
str += ")"; str += ")";