projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591c38e
)
Properly set HMAC length for incoming packets.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 5 Jun 2009 14:14:31 +0000
(16:14 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 5 Jun 2009 14:14:31 +0000
(16:14 +0200)
src/protocol_key.c
patch
|
blob
|
history
diff --git
a/src/protocol_key.c
b/src/protocol_key.c
index
64225fd
..
4147914
100644
(file)
--- a/
src/protocol_key.c
+++ b/
src/protocol_key.c
@@
-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