Fix packet authentication.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 18 Dec 2009 00:15:25 +0000 (01:15 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 18 Dec 2009 00:15:25 +0000 (01:15 +0100)
This wasn't working at all, since we didn't do HMAC but just a plain hash.
Also, verification of packets failed because it was checking the whole packet,
not the packet minus the HMAC.


No differences found