aboutsummaryrefslogtreecommitdiff
path: root/crypto/telnet/libtelnet/spx.c
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-09-07 07:02:53 +0000
committerMark Murray <markm@FreeBSD.org>1997-09-07 07:02:53 +0000
commit04c426cce3f772421256462aca04a85047d8ca76 (patch)
treeabbd550c611dca52b6fea6b12fe44b08a6fd48c6 /crypto/telnet/libtelnet/spx.c
parentc109c5775a0dc072fd79cf731b48f2a56356f7cc (diff)
downloadsrc-04c426cce3f772421256462aca04a85047d8ca76.tar.gz
src-04c426cce3f772421256462aca04a85047d8ca76.zip
Bring the FreeBSD changes to the virgin sources.
Notes
Notes: svn path=/head/; revision=29181
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 };