udpkey.c: Use correct name and key size when client derives MAC key.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 24 May 2014 13:00:03 +0000 (14:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 20 Jun 2014 20:05:20 +0000 (21:05 +0100)
commit3fe48a41c6f6da3810ee54ce85a5f96c091c8c85
treed01845ab5a44329dcc6752b3ce26204b60a5fd63
parent26b2a0430fb1028f94e75809e968ec49d6fdf3d8
udpkey.c: Use correct name and key size when client derives MAC key.

This is a nasty interop bug because the server gets the derivation right
-- so the two can potentially end up with different keys.  Fortunately
things mostly work anyway.
udpkey.c