diff options
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, |