diff options
Diffstat (limited to '')
| -rw-r--r-- | src/usr.bin/openssl/apps.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index f0571480e2..dddfeeea7f 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.12 2014/12/28 16:22:37 jsing Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.13 2015/01/01 14:28:00 jsing 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 | * |
| @@ -290,10 +290,13 @@ struct option { | |||
| 290 | OPTION_ARG_FORMAT, | 290 | OPTION_ARG_FORMAT, |
| 291 | OPTION_ARG_FUNC, | 291 | OPTION_ARG_FUNC, |
| 292 | OPTION_ARG_INT, | 292 | OPTION_ARG_INT, |
| 293 | OPTION_DISCARD, | ||
| 293 | OPTION_FUNC, | 294 | OPTION_FUNC, |
| 294 | OPTION_FLAG, | 295 | OPTION_FLAG, |
| 295 | OPTION_FLAG_ORD, | 296 | OPTION_FLAG_ORD, |
| 296 | OPTION_VALUE, | 297 | OPTION_VALUE, |
| 298 | OPTION_VALUE_AND, | ||
| 299 | OPTION_VALUE_OR, | ||
| 297 | } type; | 300 | } type; |
| 298 | union { | 301 | union { |
| 299 | char **arg; | 302 | char **arg; |
