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

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

version 1.6, 2014/08/28 14:15:28 version 1.7, 2014/08/30 15:14:03
Line 291 
Line 291 
                 OPTION_ARG_FORMAT,                  OPTION_ARG_FORMAT,
                 OPTION_ARG_FUNC,                  OPTION_ARG_FUNC,
                 OPTION_ARG_INT,                  OPTION_ARG_INT,
                   OPTION_FUNC,
                 OPTION_FLAG,                  OPTION_FLAG,
                 OPTION_FLAG_ORD,                  OPTION_FLAG_ORD,
                 OPTION_VALUE,                  OPTION_VALUE,
Line 298 
Line 299 
         union {          union {
                 char **arg;                  char **arg;
                 int *flag;                  int *flag;
                 int (*func)(struct option *opt, char *arg);  
                 int *value;                  int *value;
         } opt;          } opt;
           int (*func)(struct option *opt, char *arg);
         const int value;          const int value;
 };  };
   

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