[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.370 and 1.371

version 1.370, 2012/07/06 01:47:38 version 1.371, 2013/02/17 23:16:57
Line 376 
Line 376 
                                     strerror(errno));                                      strerror(errno));
                                 break;                                  break;
                         }                          }
                         if (options.num_identity_files >=                          add_identity_file(&options, NULL, optarg, 1);
                             SSH_MAX_IDENTITY_FILES)  
                                 fatal("Too many identity files specified "  
                                     "(max %d)", SSH_MAX_IDENTITY_FILES);  
                         options.identity_files[options.num_identity_files++] =  
                             xstrdup(optarg);  
                         break;                          break;
                 case 'I':                  case 'I':
 #ifdef ENABLE_PKCS11  #ifdef ENABLE_PKCS11

Legend:
Removed from v.1.370  
changed lines
  Added in v.1.371