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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.75 and 1.76

version 1.75, 2001/08/02 00:10:17 version 1.76, 2001/08/02 08:58:35
Line 823 
Line 823 
                 exit(1);                  exit(1);
         }          }
   
         while ((opt = getopt(ac, av, "deiqpclBRxXyb:f:t:u:D:P:N:C:")) != -1) {          while ((opt = getopt(ac, av, "deiqpclBRxXyb:f:t:U:D:P:N:C:")) != -1) {
                 switch (opt) {                  switch (opt) {
                 case 'b':                  case 'b':
                         bits = atoi(optarg);                          bits = atoi(optarg);
Line 885 
Line 885 
                         break;                          break;
                 case 'D':                  case 'D':
                         download = 1;                          download = 1;
                 case 'u':                  case 'U':
                         reader_id = optarg;                          reader_id = optarg;
                         break;                          break;
                 case '?':                  case '?':

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76