]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - putty.h
Add a config option to emulate the HMAC bug in commercial SSH v2.3.x
[PuTTY_svn.git] / putty.h
diff --git a/putty.h b/putty.h
index 4f9151b93a41a09a03d420d62593efc891d4c758..af5b75550aeabfd168b8434dd98191e9e5e29769 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];