diff options
Diffstat (limited to 'usr.bin/openssl/apps.h')
-rw-r--r-- | usr.bin/openssl/apps.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/openssl/apps.h b/usr.bin/openssl/apps.h index 217931a4b16..4276e533f7f 100644 --- a/usr.bin/openssl/apps.h +++ b/usr.bin/openssl/apps.h @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.h,v 1.18 2016/08/30 11:30:14 deraadt Exp $ */ +/* $OpenBSD: apps.h,v 1.19 2016/08/30 14:34:59 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -294,6 +294,7 @@ struct option { OPTION_ARG_FUNC, OPTION_ARG_INT, OPTION_ARG_LONG, + OPTION_ARG_TIME, OPTION_DISCARD, OPTION_FUNC, OPTION_FLAG, |