Fix structure cloning after keyid buffering change
This commit is contained in:
parent
efc384e71c
commit
5d4d3f5ba1
|
@ -218,4 +218,7 @@ PublicKey.prototype.postCloneTypeFix = function() {
|
|||
for (var i = 0; i < this.mpi.length; i++) {
|
||||
this.mpi[i] = type_mpi.fromClone(this.mpi[i]);
|
||||
}
|
||||
if (this.keyid) {
|
||||
this.keyid = type_keyid.fromClone(this.keyid);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user