[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.9 and 1.10

version 1.9, 2014/12/14 14:42:06 version 1.10, 2014/12/28 14:21:42
Line 296 
Line 296 
         } type;          } type;
         union {          union {
                 char **arg;                  char **arg;
                   int (*argfunc)(char *arg);
                 int *flag;                  int *flag;
                   int (*func)(void);
                 int *value;                  int *value;
         } opt;          } opt;
         int (*func)(struct option *opt, char *arg);  
         const int value;          const int value;
 };  };
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10