Fix a bunch of errors due to minor method signature changes, still a work in progress.
This commit is contained in:
parent
a53cfc9096
commit
439e602d5a
7 changed files with 58 additions and 39 deletions
|
@ -340,7 +340,7 @@ public:
|
|||
|
||||
unsigned int p = startAt;
|
||||
|
||||
_address = b.field(p,ZT_ADDRESS_LENGTH);
|
||||
_address.setTo(b.field(p,ZT_ADDRESS_LENGTH),ZT_ADDRESS_LENGTH);
|
||||
p += ZT_ADDRESS_LENGTH;
|
||||
|
||||
if (b[p++] != IDENTITY_TYPE_NIST_P_521)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue