remove a variable called wantencryption.
authorderaadt <deraadt@openbsd.org>
Sun, 20 Jul 2014 03:00:31 +0000 (03:00 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 20 Jul 2014 03:00:31 +0000 (03:00 +0000)
hahahahahahahahahha.  OK, I'm done.

usr.bin/telnet/externs.h
usr.bin/telnet/telnet.c

index 13ef326..097d757 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: externs.h,v 1.18 2014/07/19 23:50:38 guenther Exp $   */
+/*     $OpenBSD: externs.h,v 1.19 2014/07/20 03:00:31 deraadt Exp $    */
 /* $KTH: externs.h,v 1.16 1997/11/29 02:28:35 joda Exp $ */
 
 /*
@@ -49,7 +49,6 @@ extern int
     localchars,                /* we recognize interrupt/quit */
     donelclchars,      /* the user has set "localchars" */
     showoptions,
-    wantencryption,    /* User has requested encryption */
     net,               /* Network file descriptor */
     tin,               /* Terminal input file descriptor */
     tout,              /* Terminal output file descriptor */
index 3b242c9..a4d765d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: telnet.c,v 1.21 2014/07/19 23:50:38 guenther Exp $    */
+/*     $OpenBSD: telnet.c,v 1.22 2014/07/20 03:00:31 deraadt Exp $     */
 /*     $NetBSD: telnet.c,v 1.7 1996/02/28 21:04:15 thorpej Exp $       */
 
 /*
@@ -66,7 +66,6 @@ int
        netdata,        /* Print out network data flow */
        crlf,           /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */
        telnetport,
-       wantencryption = 0,
        SYNCHing,       /* we are in TELNET SYNCH mode */
        flushout,       /* flush output */
        autoflush = 0,  /* flush output when interrupting? */