=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/apps.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/openssl/apps.h 2015/01/01 14:28:00 1.13 +++ src/usr.bin/openssl/apps.h 2015/07/15 13:54:34 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.h,v 1.13 2015/01/01 14:28:00 jsing Exp $ */ +/* $OpenBSD: apps.h,v 1.14 2015/07/15 13:54:34 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -290,6 +290,7 @@ OPTION_ARG_FORMAT, OPTION_ARG_FUNC, OPTION_ARG_INT, + OPTION_ARG_LONG, OPTION_DISCARD, OPTION_FUNC, OPTION_FLAG, @@ -304,6 +305,7 @@ int (*argvfunc)(int argc, char **argv, int *argsused); int *flag; int (*func)(void); + long *lvalue; int *value; } opt; const int value;