summaryrefslogtreecommitdiffstats
path: root/eBones
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-07-30 21:09:48 +0000
committermarkm <markm@FreeBSD.org>1996-07-30 21:09:48 +0000
commitef4c4e0df77edc72cee078a7e288781be7610ddf (patch)
tree06da337af890e3b4a0f5d5890e8c980b251d3dfd /eBones
parent7aa24eec62cddb81db2f595ef7c1fdc6d468feab (diff)
downloadFreeBSD-src-ef4c4e0df77edc72cee078a7e288781be7610ddf.zip
FreeBSD-src-ef4c4e0df77edc72cee078a7e288781be7610ddf.tar.gz
Some breakeages sneaked in. This fixes them.
(this relates to a name change in a library that was not properly backed up by the author) Reported by: too mant :-(
Diffstat (limited to 'eBones')
-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