X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/5471d09ad63fc6216fb9c2a3b52ca9c93821a054..b682f4700a41996e4fc1ed2edb198ac0bdcc4353:/ssh.h diff --git a/ssh.h b/ssh.h index 80976244..f2558d8e 100644 --- a/ssh.h +++ b/ssh.h @@ -195,6 +195,13 @@ extern const struct ssh_mac ssh_sha1_buggy; */ extern char sshver[]; +/* + * Gross hack: pscp will try to start SFTP but fall back to scp1 if + * that fails. This variable is the means by which scp.c can reach + * into the SSH code and find out which one it got. + */ +extern int ssh_fallback_cmd; + #ifndef MSCRYPTOAPI void SHATransform(word32 * digest, word32 * data); #endif