=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/apps.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/openssl/apps.h 2014/08/27 15:51:41 1.3 --- src/usr.bin/openssl/apps.h 2014/08/28 13:37:41 1.4 *************** *** 1,4 **** ! /* $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. * --- 1,4 ---- ! /* $OpenBSD: apps.h,v 1.4 2014/08/28 13:37:41 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 288,293 **** --- 288,294 ---- const char *desc; enum { OPTION_ARG, + OPTION_ARG_FORMAT, OPTION_ARG_INT, OPTION_FLAG, OPTION_VALUE,