=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/apps.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/openssl/apps.h 2014/08/27 14:59:44 1.2 +++ src/usr.bin/openssl/apps.h 2014/08/27 15:51:41 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.h,v 1.2 2014/08/27 14:59:44 jsing Exp $ */ +/* $OpenBSD: apps.h,v 1.3 2014/08/27 15:51:41 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -288,6 +288,7 @@ const char *desc; enum { OPTION_ARG, + OPTION_ARG_INT, OPTION_FLAG, OPTION_VALUE, } type;