X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/6de8ca59ff2205da724e7172e852bc077c2e5034..8e97579565606eb5386c85717640ee534a8606dc:/putty.h diff --git a/putty.h b/putty.h index d69339a8..903695ed 100644 --- 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; /*