Fix receiving UDP packets from tinc 1.0.x nodes.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 14 May 2015 22:21:48 +0000 (00:21 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 14 May 2015 22:21:48 +0000 (00:21 +0200)
commitfd1cff6df23c3f16a46edaff8a52a7212914b2f0
treeb0f20da7aaf56920cc2d6cec4b6521ccd3bf3154
parent44e9f1e1d8d6dbd4625e5458cfffcf6b5168374a
Fix receiving UDP packets from tinc 1.0.x nodes.

In try_mac(), the wrong offsets were used into the packet buffer,
causing the digest verification to always fail.
src/net_packet.c