[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.226 and 1.227

version 1.226, 2004/09/07 23:41:30 version 1.227, 2004/09/15 00:46:01
Line 311 
Line 311 
                                         options.log_level++;                                          options.log_level++;
                                 break;                                  break;
                         }                          }
                         /* fallthrough */                          /* FALLTHROUGH */
                 case 'V':                  case 'V':
                         fprintf(stderr, "%s, %s\n",                          fprintf(stderr, "%s, %s\n",
                             SSH_VERSION, SSLeay_version(SSLEAY_VERSION));                              SSH_VERSION, SSLeay_version(SSLEAY_VERSION));

Legend:
Removed from v.1.226  
changed lines
  Added in v.1.227