At long last: PuTTY will now report its version to the server
[u/mdw/putty] / ssh.h
diff --git a/ssh.h b/ssh.h
index 82e5acd..b2803b9 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -182,6 +182,11 @@ extern const struct ssh_mac ssh_md5;
 extern const struct ssh_mac ssh_sha1;
 extern const struct ssh_mac ssh_sha1_buggy;
 
+/*
+ * PuTTY version number formatted as an SSH version string. 
+ */
+extern char sshver[];
+
 #ifndef MSCRYPTOAPI
 void SHATransform(word32 *digest, word32 *data);
 #endif