Properly set HMAC length for incoming packets.
This commit is contained in:
parent
591c38eb38
commit
261d1eac1c
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ bool send_ans_key(node_t *to)
|
|||
to->incipher = myself->incipher;
|
||||
to->inkeylength = myself->inkeylength;
|
||||
to->indigest = myself->indigest;
|
||||
to->inmaclength = myself->inmaclength;
|
||||
to->incompression = myself->incompression;
|
||||
|
||||
// Allocate memory for key
|
||||
|
|
Loading…
Reference in a new issue