Add support for RFC 4432 RSA key exchange, the patch for which has been
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index b9f11ce..3583ecf 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -252,6 +252,7 @@ enum {
     KEX_DHGROUP1,
     KEX_DHGROUP14,
     KEX_DHGEX,
+    KEX_RSA,
     KEX_MAX
 };