chiark / gitweb /
server/keyexch: Fix message name table in trace output.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 14 Dec 2008 04:14:54 +0000 (04:14 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 Dec 2008 04:14:54 +0000 (04:14 +0000)
commitc3c51798db44f1fd5d2b54c4919cd50373f70376
tree46a16994f69fa9a6cbe09206864f2e8d80cd17fb
parent46fe1b1dadc64655f167ce7901cbb2cdf2c6eb20
server/keyexch: Fix message name table in trace output.

In de7bd20be1c41f8f70e98ab498ffb4a82800a9d8, I removed the pre-challenge
message in order to streamline the protocol.  Unfortunately, I forgot to
update the pkname table which maps message numbers to human-readable
name strings, which makes decoding trace messages rather difficult.
server/keyexch.c