[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.2 and 1.3

version 1.2, 1999/09/28 04:45:37 version 1.3, 1999/09/28 19:42:05
Line 337 
Line 337 
       error("Could not create directory '%s'.", buf);        error("Could not create directory '%s'.", buf);
   
   /* Parse command line arguments. */    /* Parse command line arguments. */
   while ((opt = getopt(ac, av, "pcb:f:P:N:C:")) != EOF)    while ((opt = getopt(ac, av, "qpcb:f:P:N:C:")) != EOF)
     {      {
       switch (opt)        switch (opt)
         {          {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3