diff options
author | deraadt <> | 2016-08-30 14:34:59 +0000 |
---|---|---|
committer | deraadt <> | 2016-08-30 14:34:59 +0000 |
commit | 6234e4b96d0d6887c6687ccfb99d913a817b16d1 (patch) | |
tree | 9d1b9e2de65d172b73ddf2eb1ec3c73b51ac4227 /src/usr.bin/openssl/apps.h | |
parent | bd04155124d91da1b4f4e79547dcfb68cd14452c (diff) | |
download | openbsd-6234e4b96d0d6887c6687ccfb99d913a817b16d1.tar.gz openbsd-6234e4b96d0d6887c6687ccfb99d913a817b16d1.tar.bz2 openbsd-6234e4b96d0d6887c6687ccfb99d913a817b16d1.zip |
Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_t
prodding & ok jsing
Diffstat (limited to 'src/usr.bin/openssl/apps.h')
-rw-r--r-- | src/usr.bin/openssl/apps.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index 217931a4b1..4276e533f7 100644 --- a/src/usr.bin/openssl/apps.h +++ b/src/usr.bin/openssl/apps.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: apps.h,v 1.18 2016/08/30 11:30:14 deraadt Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.19 2016/08/30 14:34:59 deraadt Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -294,6 +294,7 @@ struct option { | |||
294 | OPTION_ARG_FUNC, | 294 | OPTION_ARG_FUNC, |
295 | OPTION_ARG_INT, | 295 | OPTION_ARG_INT, |
296 | OPTION_ARG_LONG, | 296 | OPTION_ARG_LONG, |
297 | OPTION_ARG_TIME, | ||
297 | OPTION_DISCARD, | 298 | OPTION_DISCARD, |
298 | OPTION_FUNC, | 299 | OPTION_FUNC, |
299 | OPTION_FLAG, | 300 | OPTION_FLAG, |