]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshconnect2.c
Merged hpn13v5 to trunk.
[gssapi-openssh.git] / openssh / sshconnect2.c
index faa1d9455f77c96f2a72e16a37554e7fbe9ec36f..a61b99ced4a2ae4403bee61ce3a3192266c17306 100644 (file)
@@ -82,6 +82,11 @@ extern Options options;
 
 extern int tty_flag;
 
+/* tty_flag is set in ssh.c. use this in ssh_userauth2 */
+/* if it is set then prevent the switch to the null cipher */
+
+extern int tty_flag;
+
 /*
  * SSH2 key exchange
  */
This page took 0.147223 seconds and 4 git commands to generate.