[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.291 and 1.292

version 1.291, 2006/08/01 23:22:47 version 1.292, 2006/08/01 23:36:12
Line 1208 
Line 1208 
   
         if (options.smartcard_device != NULL &&          if (options.smartcard_device != NULL &&
             options.num_identity_files < SSH_MAX_IDENTITY_FILES &&              options.num_identity_files < SSH_MAX_IDENTITY_FILES &&
             (keys = sc_get_keys(options.smartcard_device, NULL)) != NULL ) {              (keys = sc_get_keys(options.smartcard_device, NULL)) != NULL) {
                 int count = 0;                  int count = 0;
                 for (i = 0; keys[i] != NULL; i++) {                  for (i = 0; keys[i] != NULL; i++) {
                         count++;                          count++;

Legend:
Removed from v.1.291  
changed lines
  Added in v.1.292