Split pkt_ctx into a separate enumeration for each of kex and userauth
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 21 Jul 2007 21:39:36 +0000 (21:39 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 21 Jul 2007 21:39:36 +0000 (21:39 +0000)
commitacab36bc0e2b03bc71745a2e1e6cc64bebdf3c86
treea4fa1d4f8fdc489089567308d13f18bb28b9aace
parentff05dfefc7f9ba78da705c1686016b8e2a9fa5f4
Split pkt_ctx into a separate enumeration for each of kex and userauth
instead of a bitfield for both.  This doesn't gain much here, but it should
make it easier to make things other than logging use the context.

git-svn-id: svn://svn.tartarus.org/sgt/putty@7647 cda61777-01e9-0310-a592-d414129be87e
ssh.c