summaryrefslogtreecommitdiffstats
path: root/eBones/lib
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/lib')
-rw-r--r--eBones/lib/libtelnet/encrypt.h2
-rw-r--r--eBones/lib/libtelnet/krb4encpwd.c1
-rw-r--r--eBones/lib/libtelnet/spx.c1
3 files changed, 1 insertions, 3 deletions
diff --git a/eBones/lib/libtelnet/encrypt.h b/eBones/lib/libtelnet/encrypt.h
index e0ae385..1c942dc 100644
--- a/eBones/lib/libtelnet/encrypt.h
+++ b/eBones/lib/libtelnet/encrypt.h
@@ -62,7 +62,7 @@
typedef unsigned char Block[8];
typedef unsigned char *BlockT;
-typedef struct { Block _; } Schedule[16];
+typedef struct { Block __; } Schedule[16];
#define VALIDKEY(key) ( key[0] | key[1] | key[2] | key[3] | \
key[4] | key[5] | key[6] | key[7])
diff --git a/eBones/lib/libtelnet/krb4encpwd.c b/eBones/lib/libtelnet/krb4encpwd.c
index 00f32e8..5c484c2 100644
--- a/eBones/lib/libtelnet/krb4encpwd.c
+++ b/eBones/lib/libtelnet/krb4encpwd.c
@@ -115,7 +115,6 @@ static AUTH_DAT adat = { 0 };
#ifdef ENCRYPTION
static Block session_key = { 0 };
#endif /* ENCRYPTION */
-static Schedule sched;
static char challenge[REALM_SZ];
static int
diff --git a/eBones/lib/libtelnet/spx.c b/eBones/lib/libtelnet/spx.c
index 5b625c7..4026030 100644
--- a/eBones/lib/libtelnet/spx.c
+++ b/eBones/lib/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 };
OpenPOWER on IntegriCloud