[BACK]Return to network.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/network.c between version 1.9 and 1.10

version 1.9, 2013/04/21 09:51:24 version 1.10, 2014/07/19 23:50:38
Line 110 
Line 110 
 {  {
     int n, n1;      int n, n1;
   
 #if    defined(ENCRYPTION)  
     if (encrypt_output)  
         ring_encrypt(&netoring, encrypt_output);  
 #endif  
     if ((n1 = n = ring_full_consecutive(&netoring)) > 0) {      if ((n1 = n = ring_full_consecutive(&netoring)) > 0) {
         if (!ring_at_mark(&netoring)) {          if (!ring_at_mark(&netoring)) {
             n = send(net, (char *)netoring.consume, n, 0); /* normal write */              n = send(net, (char *)netoring.consume, n, 0); /* normal write */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10