Log the hash used for DH kex (now there's a choice).
[u/mdw/putty] / ssh.h
diff --git a/ssh.h b/ssh.h
index d0543cd..cca3ec0 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -190,6 +190,7 @@ struct ssh_hash {
     void (*bytes)(void *, void *, int);
     void (*final)(void *, unsigned char *); /* also frees context */
     int hlen; /* output length in bytes */
+    char *text_name;
 };   
 
 struct ssh_kex {