summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/ring.h
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-08-27 15:46:29 +0000
committercsgr <csgr@FreeBSD.org>1994-08-27 15:46:29 +0000
commitc009f27dba57cd220ee4854c6efa4665c8d1beb4 (patch)
treed0be3cc4edbbabd31fd9689f7c056927151c1426 /usr.bin/telnet/ring.h
parent109e9ae764615304685c48a081c80390ed957586 (diff)
downloadFreeBSD-src-c009f27dba57cd220ee4854c6efa4665c8d1beb4.zip
FreeBSD-src-c009f27dba57cd220ee4854c6efa4665c8d1beb4.tar.gz
Fix big f*ckup by doing "make nocrypt"
(Don't think I don't realize what a big f*ckup this was.) Submitted by: geoff.
Diffstat (limited to 'usr.bin/telnet/ring.h')
-rw-r--r--usr.bin/telnet/ring.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.bin/telnet/ring.h b/usr.bin/telnet/ring.h
index 2a36781..cc2cb12 100644
--- a/usr.bin/telnet/ring.h
+++ b/usr.bin/telnet/ring.h
@@ -59,10 +59,6 @@ typedef struct {
*bottom, /* lowest address in buffer */
*top, /* highest address+1 in buffer */
*mark; /* marker (user defined) */
-#ifdef ENCRYPTION
- unsigned char *clearto; /* Data to this point is clear text */
- unsigned char *encryyptedto; /* Data is encrypted to here */
-#endif /* ENCRYPTION */
int size; /* size in bytes of buffer */
u_long consumetime, /* help us keep straight full, empty, etc. */
supplytime;
@@ -94,11 +90,6 @@ extern int
ring_full_count P((Ring *ring)),
ring_full_consecutive P((Ring *ring));
-#ifdef ENCRYPTION
-extern void
- ring_encrypt P((Ring *ring, void (*func)())),
- ring_clearto P((Ring *ring));
-#endif /* ENCRYPTION */
extern void
ring_clear_mark(),
OpenPOWER on IntegriCloud