]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.h
Various updates to the release checklist:
[PuTTY.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 6acd878071de43f163e4aee0357bac94e96e3249..90dafed150509c434e4e823a3388ff4bee7f0d92 100644 (file)
--- 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,