From 6234e4b96d0d6887c6687ccfb99d913a817b16d1 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 30 Aug 2016 14:34:59 +0000 Subject: Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_t prodding & ok jsing --- src/usr.bin/openssl/s_time.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr.bin/openssl/s_time.c') diff --git a/src/usr.bin/openssl/s_time.c b/src/usr.bin/openssl/s_time.c index 6df03af41c..a88df1bfe2 100644 --- a/src/usr.bin/openssl/s_time.c +++ b/src/usr.bin/openssl/s_time.c @@ -1,4 +1,4 @@ -/* $OpenBSD: s_time.c,v 1.15 2016/08/30 11:30:14 deraadt Exp $ */ +/* $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,7 +194,7 @@ struct option s_time_options[] = { .name = "time", .argname = "seconds", .desc = "Duration to perform timing tests for (default 30)", - .type = OPTION_ARG_INT, + .type = OPTION_ARG_TIME, .opt.tvalue = &s_time_config.maxtime, }, { -- cgit v1.2.3-55-g6feb