X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=a0262caa26e51104cc0391e0c1056ae736f9f7bf;hb=2bf868835591b39f17a157b1511b1e2f4b6e77da;hp=a6578ae0c4c1e9c5eef1d15d6ecae7708a806268;hpb=aaaf70a0fc0f071b9e9c6a51606c78b16a464841;p=PuTTY.git diff --git a/putty.h b/putty.h index a6578ae0..a0262caa 100644 --- a/putty.h +++ b/putty.h @@ -253,6 +253,7 @@ enum { KEX_DHGROUP14, KEX_DHGEX, KEX_RSA, + KEX_ECDH, KEX_MAX }; @@ -848,6 +849,12 @@ void cleanup_exit(int); X(INT, NONE, ssh_connection_sharing) \ X(INT, NONE, ssh_connection_sharing_upstream) \ X(INT, NONE, ssh_connection_sharing_downstream) \ + /* + * ssh_manual_hostkeys is conceptually a set rather than a + * dictionary: the string subkeys are the important thing, and the + * actual values to which those subkeys map are all "". + */ \ + X(STR, STR, ssh_manual_hostkeys) \ /* Options for pterm. Should split out into platform-dependent part. */ \ X(INT, NONE, stamp_utmp) \ X(INT, NONE, login_shell) \