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

Diff for /src/usr.bin/ssh/ssh.c between version 1.41 and 1.42

version 1.41, 2000/02/28 19:51:58 version 1.42, 2000/03/22 09:55:10
Line 610 
Line 610 
         if (host_private_key_loaded)          if (host_private_key_loaded)
                 RSA_free(host_private_key);     /* Destroys contents safely */                  RSA_free(host_private_key);     /* Destroys contents safely */
   
         /* Close connection cleanly after attack. */  
         cipher_attack_detected = packet_disconnect;  
   
         /* Enable compression if requested. */          /* Enable compression if requested. */
         if (options.compression) {          if (options.compression) {
                 debug("Requesting compression at level %d.", options.compression_level);                  debug("Requesting compression at level %d.", options.compression_level);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42