diff options
Diffstat (limited to 'usr.bin/openssl/s_time.c')
-rw-r--r-- | usr.bin/openssl/s_time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/openssl/s_time.c b/usr.bin/openssl/s_time.c index 6df03af41ce..a88df1bfe29 100644 --- a/usr.bin/openssl/s_time.c +++ b/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, }, { |