Add a config option to emulate the HMAC bug in commercial SSH v2.3.x
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index 88437d8..af5b755 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -147,6 +147,7 @@ typedef struct {
     enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher;
     char keyfile[FILENAME_MAX];
     int sshprot;                       /* use v1 or v2 when both available */
+    int buggymac;                      /* MAC bug commmercial <=v2.3.x SSH2 */
     int try_tis_auth;
     /* Telnet options */
     char termtype[32];
@@ -194,6 +195,7 @@ typedef struct {
     VT_Mode vtmode;
     int xlat_enablekoiwin;
     int xlat_88592w1250;
+    int xlat_88592cp852;
     int xlat_capslockcyr;
 } Config;