]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.h
Another ecdsa_newkey crash: initialise ec->privateKey earlier.
[PuTTY.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index e8f1adad19b3b81f58cab284b3eda15af209ea03..75aad70ba82beddc788da304ef1c4250c6d6b1de 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -24,6 +24,7 @@ void sshfwd_x11_is_local(struct ssh_channel *c);
 
 extern Socket ssh_connection_sharing_init(const char *host, int port,
                                           Conf *conf, Ssh ssh, void **state);
+int ssh_share_test_for_upstream(const char *host, int port, Conf *conf);
 void share_got_pkt_from_server(void *ctx, int type,
                                unsigned char *pkt, int pktlen);
 void share_activate(void *state, const char *server_verstring);