Add a new SSH2 bug: some servers apparently claim to be able to do
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index d69339a..903695e 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -372,7 +372,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;
 
 /*