update builder function
Esse commit está contido em:
pai
b6769f3734
commit
73aac4bff4
@ -182,9 +182,9 @@ ASN1.tpl = function (asn1) {
|
||||
if (0x02 !== asn1.type && 0x03 !== asn1.type) {
|
||||
str += ", ";
|
||||
}
|
||||
str += "opts.tpl" + i;
|
||||
str += "Enc.bufToHex(opts.tpl" + i + ")";
|
||||
} else {
|
||||
str += ", " + Enc.bufToHex(asn1.value);
|
||||
str += ", '" + Enc.bufToHex(asn1.value) + "'";
|
||||
}
|
||||
}
|
||||
str += ")";
|
||||
|
||||
Carregando…
x
Referência em uma nova issue
Block a user