=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/network.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/telnet/network.c 2013/04/21 09:51:24 1.9 +++ src/usr.bin/telnet/network.c 2014/07/19 23:50:38 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: network.c,v 1.9 2013/04/21 09:51:24 millert Exp $ */ +/* $OpenBSD: network.c,v 1.10 2014/07/19 23:50:38 guenther Exp $ */ /* $NetBSD: network.c,v 1.5 1996/02/28 21:04:06 thorpej Exp $ */ /* @@ -110,10 +110,6 @@ { int n, n1; -#if defined(ENCRYPTION) - if (encrypt_output) - ring_encrypt(&netoring, encrypt_output); -#endif if ((n1 = n = ring_full_consecutive(&netoring)) > 0) { if (!ring_at_mark(&netoring)) { n = send(net, (char *)netoring.consume, n, 0); /* normal write */