=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/apps.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/openssl/apps.h 2019/07/14 03:30:45 1.23 +++ src/usr.bin/openssl/apps.h 2020/09/09 12:47:46 1.24 @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.h,v 1.23 2019/07/14 03:30:45 guenther Exp $ */ +/* $OpenBSD: apps.h,v 1.24 2020/09/09 12:47:46 inoguchi Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -303,6 +303,7 @@ OPTION_VALUE, OPTION_VALUE_AND, OPTION_VALUE_OR, + OPTION_UL_VALUE_OR, } type; union { char **arg; @@ -312,9 +313,11 @@ int (*func)(void); long *lvalue; int *value; + unsigned long *ulvalue; time_t *tvalue; } opt; const int value; + const unsigned long ulvalue; }; void options_usage(const struct option *opts);