[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.95 and 1.96

version 1.95, 2001/02/11 12:59:25 version 1.96, 2001/02/17 23:28:58
Line 378 
Line 378 
                         }                          }
                         /* fallthrough */                          /* fallthrough */
                 case 'V':                  case 'V':
                         fprintf(stderr, "SSH Version %s, protocol versions %d.%d/%d.%d.\n",                          fprintf(stderr,
                               "%s, SSH protocols %d.%d/%d.%d, OpenSSL 0x%8.8lx\n",
                             SSH_VERSION,                              SSH_VERSION,
                             PROTOCOL_MAJOR_1, PROTOCOL_MINOR_1,                              PROTOCOL_MAJOR_1, PROTOCOL_MINOR_1,
                             PROTOCOL_MAJOR_2, PROTOCOL_MINOR_2);                              PROTOCOL_MAJOR_2, PROTOCOL_MINOR_2,
                         fprintf(stderr, "Compiled with SSL (0x%8.8lx).\n", SSLeay());                              SSLeay());
                         if (opt == 'V')                          if (opt == 'V')
                                 exit(0);                                  exit(0);
                         break;                          break;

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96