summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/telnet/network.c')
-rw-r--r--usr.bin/telnet/network.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/telnet/network.c b/usr.bin/telnet/network.c
index 0fe5cee..60e8591 100644
--- a/usr.bin/telnet/network.c
+++ b/usr.bin/telnet/network.c
@@ -128,10 +128,6 @@ netflush()
{
register int n, n1;
-#ifdef ENCRYPTION
- if (encrypt_output)
- ring_encrypt(&netoring, encrypt_output);
-#endif /* ENCRYPTION */
if ((n1 = n = ring_full_consecutive(&netoring)) > 0) {
if (!ring_at_mark(&netoring)) {
n = send(net, (char *)netoring.consume, n, 0); /* normal write */
OpenPOWER on IntegriCloud