summaryrefslogtreecommitdiff
path: root/ssh.c
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 /ssh.c
parent00b61645ebc01e2e2e880624f1c960e4e02a7f0b (diff)
- markus@cvs.openbsd.org 2001/10/24 08:41:20
[ssh.c] remove unused
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/ssh.c b/ssh.c
index a19b06b21..dce7530bb 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.147 2001/10/08 19:05:05 markus Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.148 2001/10/24 08:41:20 markus Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -131,14 +131,6 @@ char *host;
131/* socket address the host resolves to */ 131/* socket address the host resolves to */
132struct sockaddr_storage hostaddr; 132struct sockaddr_storage hostaddr;
133 133
134/*
135 * Flag to indicate that we have received a window change signal which has
136 * not yet been processed. This will cause a message indicating the new
137 * window size to be sent to the server a little later. This is volatile
138 * because this is updated in a signal handler.
139 */
140volatile int received_window_change_signal = 0;
141
142/* Private host keys. */ 134/* Private host keys. */
143struct { 135struct {
144 Key **keys; 136 Key **keys;