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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.223 and 1.224

version 1.223, 2015/01/30 11:43:14 version 1.224, 2015/05/04 06:10:48
Line 1602 
Line 1602 
                                 continue;                                  continue;
                         if (match_pattern_list(                          if (match_pattern_list(
                             sshkey_ssh_name(authctxt->sensitive->keys[i]),                              sshkey_ssh_name(authctxt->sensitive->keys[i]),
                             authctxt->active_ktype,                              authctxt->active_ktype, 0) != 1)
                             strlen(authctxt->active_ktype), 0) != 1)  
                                 continue;                                  continue;
                         /* we take and free the key */                          /* we take and free the key */
                         private = authctxt->sensitive->keys[i];                          private = authctxt->sensitive->keys[i];

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.224