Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/telnet Pull up revision 1.17 (requested by assar):



details:   https://anonhg.NetBSD.org/src/rev/becd49b62518
branches:  netbsd-1-5
changeset: 490831:becd49b62518
user:      he <he%NetBSD.org@localhost>
date:      Sun Mar 11 21:24:15 2001 +0000

description:
Pull up revision 1.17 (requested by assar):
  Correct handling of encryption and decryption with Kerberos4.
  Fixes PR#12226.

diffstat:

 usr.bin/telnet/telnet.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 39df3b1c9e5d -r becd49b62518 usr.bin/telnet/telnet.c
--- a/usr.bin/telnet/telnet.c   Sun Mar 11 21:23:57 2001 +0000
+++ b/usr.bin/telnet/telnet.c   Sun Mar 11 21:24:15 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: telnet.c,v 1.15.4.1 2000/06/22 07:09:06 thorpej Exp $  */
+/*     $NetBSD: telnet.c,v 1.15.4.2 2001/03/11 21:24:15 he Exp $       */
 
 /*
  * Copyright (c) 1988, 1990, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)telnet.c   8.4 (Berkeley) 5/30/95";
 #else
-__RCSID("$NetBSD: telnet.c,v 1.15.4.1 2000/06/22 07:09:06 thorpej Exp $");
+__RCSID("$NetBSD: telnet.c,v 1.15.4.2 2001/03/11 21:24:15 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -427,10 +427,10 @@
            }
        }
        set_my_state_do(option);
-#ifdef ENCRYPT
+#ifdef ENCRYPTION
        if (option == TELOPT_ENCRYPT)
                encrypt_send_support();
-#endif /* ENCRYPT */
+#endif /* ENCRYPTION */
 }
 
        void



Home | Main Index | Thread Index | Old Index