summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-11-12 10:51:40 +1100
committerDamien Miller <djm@mindrot.org>2001-11-12 10:51:40 +1100
commit595bb4f5728b12baf12b434b6fc48d15552ec9a2 (patch)
treeee287f73b59a04a06cc11439245b044552c62837
parent00b61645ebc01e2e2e880624f1c960e4e02a7f0b (diff)
- markus@cvs.openbsd.org 2001/10/24 08:41:20
[ssh.c] remove unused
-rw-r--r--ChangeLog5
-rw-r--r--ssh.c10
2 files changed, 5 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e2ecfc7..f7871d80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
- markus@cvs.openbsd.org 2001/10/24 08:41:41
[sshd.c]
mention remote port in debug message
+ - markus@cvs.openbsd.org 2001/10/24 08:41:20
+ [ssh.c]
+ remove unused
20011109
- (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
@@ -6814,4 +6817,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1635 2001/11/11 23:51:23 djm Exp $
+$Id: ChangeLog,v 1.1636 2001/11/11 23:51:40 djm Exp $
diff --git a/ssh.c b/ssh.c
index a19b06b2..dce7530b 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.147 2001/10/08 19:05:05 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.148 2001/10/24 08:41:20 markus Exp $");
#include <openssl/evp.h>
#include <openssl/err.h>
@@ -131,14 +131,6 @@ char *host;
/* socket address the host resolves to */
struct sockaddr_storage hostaddr;
-/*
- * Flag to indicate that we have received a window change signal which has
- * not yet been processed. This will cause a message indicating the new
- * window size to be sent to the server a little later. This is volatile
- * because this is updated in a signal handler.
- */
-volatile int received_window_change_signal = 0;
-
/* Private host keys. */
struct {
Key **keys;