Loose end from r5031: the Kex panel should only be displayed in
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 29 Dec 2004 12:32:25 +0000 (12:32 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 29 Dec 2004 12:32:25 +0000 (12:32 +0000)
commitf89c329410c18fe1f09d843747fad77babb9f89c
tree12c88207382997e2eaabc09fb1a1c220584b5690
parentaa63ab7e596756bec878633c99b4630421296898
Loose end from r5031: the Kex panel should only be displayed in
mid-session if we are not using SSHv1. I've done this by introducing
a generic `cfg_info' function which every back end can use to
communicate an int's worth of data to setup_config_box; in SSH
that's the protocol version in use, and in everything else it's
currently zero.

git-svn-id: svn://svn.tartarus.org/sgt/putty@5040 cda61777-01e9-0310-a592-d414129be87e
16 files changed:
config.c
mac/macdlg.c
putty.h
raw.c
rlogin.c
ssh.c
telnet.c
testback.c
unix/gtkdlg.c
unix/pterm.c
unix/pty.c
unix/unix.h
unix/uxputty.c
windows/windlg.c
windows/window.c
windows/winstuff.h