[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.13 and 1.14

version 1.13, 2015/01/01 14:28:00 version 1.14, 2015/07/15 13:54:34
Line 290 
Line 290 
                 OPTION_ARG_FORMAT,                  OPTION_ARG_FORMAT,
                 OPTION_ARG_FUNC,                  OPTION_ARG_FUNC,
                 OPTION_ARG_INT,                  OPTION_ARG_INT,
                   OPTION_ARG_LONG,
                 OPTION_DISCARD,                  OPTION_DISCARD,
                 OPTION_FUNC,                  OPTION_FUNC,
                 OPTION_FLAG,                  OPTION_FLAG,
Line 304 
Line 305 
                 int (*argvfunc)(int argc, char **argv, int *argsused);                  int (*argvfunc)(int argc, char **argv, int *argsused);
                 int *flag;                  int *flag;
                 int (*func)(void);                  int (*func)(void);
                   long *lvalue;
                 int *value;                  int *value;
         } opt;          } opt;
         const int value;          const int value;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14