X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/277fc55e202f0ec3c76b52c40e1ee49dbca365cb..1b56c05584652dba13d7f4f54e7ac2560dab92fe:/putty.h diff --git a/putty.h b/putty.h index e2a7fea7..46e39c6f 100644 --- a/putty.h +++ b/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; @@ -372,7 +371,8 @@ typedef struct { enum { BUG_AUTO, BUG_OFF, BUG_ON } sshbug_ignore1, sshbug_plainpw1, sshbug_rsa1, - sshbug_hmac2, sshbug_derivekey2, sshbug_rsapad2; + sshbug_hmac2, sshbug_derivekey2, sshbug_rsapad2, + sshbug_dhgex2; } Config; /* @@ -518,6 +518,7 @@ void term_reconfig(void); */ void logtraffic(unsigned char c, int logmode); enum { PKT_INCOMING, PKT_OUTGOING }; +void log_eventlog(char *string); void log_packet(int direction, int type, char *texttype, void *data, int len); /*