aboutsummaryrefslogtreecommitdiff
path: root/crypto/telnet/libtelnet/spx.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/telnet/libtelnet/spx.c')
-rw-r--r--crypto/telnet/libtelnet/spx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/telnet/libtelnet/spx.c b/crypto/telnet/libtelnet/spx.c
index 86c619787c9b..90c37a47ebd6 100644
--- a/crypto/telnet/libtelnet/spx.c
+++ b/crypto/telnet/libtelnet/spx.c
@@ -101,7 +101,6 @@ static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
#ifdef ENCRYPTION
static Block session_key = { 0 };
#endif /* ENCRYPTION */
-static Schedule sched;
static Block challenge = { 0 };