mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-03 20:42:48 -05:00
Remove last vestiges of `buggymac' in the Config structure. Might
have been cause of a Plink bug since it no longer got initialised. [originally from svn r1986]
This commit is contained in:
1
putty.h
1
putty.h
@ -266,7 +266,6 @@ typedef struct {
|
||||
int ssh_cipherlist[CIPHER_MAX];
|
||||
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;
|
||||
|
Reference in New Issue
Block a user