[BACK]Return to apps.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/apps.c between version 1.6 and 1.7

version 1.6, 2014/08/28 13:51:38 version 1.7, 2014/08/28 13:55:19
Line 2246 
Line 2246 
                         continue;                          continue;
                 argname = (opts[i].argname != NULL) ? opts[i].argname : "";                  argname = (opts[i].argname != NULL) ? opts[i].argname : "";
                 snprintf(buf, sizeof(buf), "-%s %s", opts[i].name, argname);                  snprintf(buf, sizeof(buf), "-%s %s", opts[i].name, argname);
                 fprintf(stderr, " %-*s %s\n", 14, buf, opts[i].desc);                  fprintf(stderr, " %-*s %s\n", 16, buf, opts[i].desc);
         }          }
 }  }
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7