1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 20:42:48 -05:00

Oops - check the _rest_ of the SSH2 DES patch back in. D'oh!

[originally from svn r1431]
This commit is contained in:
Simon Tatham
2001-11-29 23:58:02 +00:00
parent f391d066de
commit b9c8a9270a
3 changed files with 14 additions and 1 deletions

View File

@ -252,6 +252,7 @@ typedef struct {
char keyfile[FILENAME_MAX];
int sshprot; /* use v1 or v2 when both available */
int buggymac; /* MAC bug commmercial <=v2.3.x SSH2 */
int ssh2_des_cbc; /* "des-cbc" nonstandard SSH2 cipher */
int try_tis_auth;
int try_ki_auth;
int ssh_subsys; /* run a subsystem rather than a command */