X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/203abf9e5d58b7ca053ae30c231c7e7eac8edfb9..ab18ccfffb5274281362d41829fa924f0a964168:/ssh.h diff --git a/ssh.h b/ssh.h index 6acd8780..90dafed1 100644 --- a/ssh.h +++ b/ssh.h @@ -251,6 +251,9 @@ struct ssh_signkey { struct ssh_compress { char *name; + /* For zlib@openssh.com: if non-NULL, this name will be considered once + * userauth has completed successfully. */ + char *delayed_name; void *(*compress_init) (void); void (*compress_cleanup) (void *); int (*compress) (void *, unsigned char *block, int len,