=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/apps.c,v retrieving revision 1.39 retrieving revision 1.40 diff -c -r1.39 -r1.40 *** src/usr.bin/openssl/apps.c 2016/08/30 14:34:59 1.39 --- src/usr.bin/openssl/apps.c 2016/09/04 09:00:14 1.40 *************** *** 1,4 **** ! /* $OpenBSD: apps.c,v 1.39 2016/08/30 14:34:59 deraadt Exp $ */ /* * Copyright (c) 2014 Joel Sing * --- 1,4 ---- ! /* $OpenBSD: apps.c,v 1.40 2016/09/04 09:00:14 guenther Exp $ */ /* * Copyright (c) 2014 Joel Sing * *************** *** 2218,2224 **** opt->type == OPTION_ARG_FORMAT || opt->type == OPTION_ARG_FUNC || opt->type == OPTION_ARG_INT || ! opt->type == OPTION_ARG_LONG) { if (++i >= argc) { fprintf(stderr, "missing %s argument for -%s\n", opt->argname, opt->name); --- 2218,2225 ---- opt->type == OPTION_ARG_FORMAT || opt->type == OPTION_ARG_FUNC || opt->type == OPTION_ARG_INT || ! opt->type == OPTION_ARG_LONG || ! opt->type == OPTION_ARG_TIME) { if (++i >= argc) { fprintf(stderr, "missing %s argument for -%s\n", opt->argname, opt->name);