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

Diff for /src/usr.bin/ssh/compat.c between version 1.120.4.1 and 1.121

version 1.120.4.1, 2023/02/02 12:13:20 version 1.121, 2023/02/02 12:10:05
Line 205 
Line 205 
                 free(cp);                  free(cp);
                 cp = cp2;                  cp = cp2;
         }          }
         debug2_f("compat KEX proposal: %s", cp);          if (cp == NULL || *cp == '\0')
         if (*cp == '\0')  
                 fatal("No supported key exchange algorithms found");                  fatal("No supported key exchange algorithms found");
           debug2_f("compat KEX proposal: %s", cp);
         return cp;          return cp;
 }  }
   

Legend:
Removed from v.1.120.4.1  
changed lines
  Added in v.1.121