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

Diff for /src/usr.bin/ssh/kex.c between version 1.107 and 1.108

version 1.107, 2015/07/29 04:43:06 version 1.108, 2015/07/29 08:34:54
Line 640 
Line 640 
         }          }
         if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS],          if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS],
             sprop[PROPOSAL_SERVER_HOST_KEY_ALGS])) != 0) {              sprop[PROPOSAL_SERVER_HOST_KEY_ALGS])) != 0) {
                 kex->failed_choice = cprop[PROPOSAL_SERVER_HOST_KEY_ALGS];                  kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS];
                 cprop[PROPOSAL_SERVER_HOST_KEY_ALGS] = NULL;                  peer[PROPOSAL_SERVER_HOST_KEY_ALGS] = NULL;
                 goto out;                  goto out;
         }          }
         need = dh_need = 0;          need = dh_need = 0;

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108