=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/s_time.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/openssl/s_time.c 2016/08/30 11:30:14 1.15 --- src/usr.bin/openssl/s_time.c 2016/08/30 14:34:59 1.16 *************** *** 1,4 **** ! /* $OpenBSD: s_time.c,v 1.15 2016/08/30 11:30:14 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: s_time.c,v 1.16 2016/08/30 14:34:59 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 194,200 **** .name = "time", .argname = "seconds", .desc = "Duration to perform timing tests for (default 30)", ! .type = OPTION_ARG_INT, .opt.tvalue = &s_time_config.maxtime, }, { --- 194,200 ---- .name = "time", .argname = "seconds", .desc = "Duration to perform timing tests for (default 30)", ! .type = OPTION_ARG_TIME, .opt.tvalue = &s_time_config.maxtime, }, {