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

Diff for /src/usr.bin/ssh/packet.c between version 1.309 and 1.310

version 1.309, 2023/03/03 10:23:42 version 1.310, 2023/04/06 03:21:31
Line 1869 
Line 1869 
         case SSH_ERR_NO_COMPRESS_ALG_MATCH:          case SSH_ERR_NO_COMPRESS_ALG_MATCH:
         case SSH_ERR_NO_KEX_ALG_MATCH:          case SSH_ERR_NO_KEX_ALG_MATCH:
         case SSH_ERR_NO_HOSTKEY_ALG_MATCH:          case SSH_ERR_NO_HOSTKEY_ALG_MATCH:
                 if (ssh && ssh->kex && ssh->kex->failed_choice) {                  if (ssh->kex && ssh->kex->failed_choice) {
                         ssh_packet_clear_keys(ssh);                          ssh_packet_clear_keys(ssh);
                         errno = oerrno;                          errno = oerrno;
                         logdie("Unable to negotiate with %s: %s. "                          logdie("Unable to negotiate with %s: %s. "

Legend:
Removed from v.1.309  
changed lines
  Added in v.1.310