]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Split pkt_ctx into a separate enumeration for each of kex and userauth
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 21 Jul 2007 21:39:36 +0000 (21:39 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 21 Jul 2007 21:39:36 +0000 (21:39 +0000)
commit77da96c62f67871bfde01f48558b0e22882056f4
treea4fa1d4f8fdc489089567308d13f18bb28b9aace
parentc1459927df4cb40a2d2a45d63afdddc27a0f6edc
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.

[originally from svn r7647]
ssh.c