diff options
| author | jsing <> | 2014-08-28 13:37:41 +0000 |
|---|---|---|
| committer | jsing <> | 2014-08-28 13:37:41 +0000 |
| commit | 71a5b54711c9ba34eb9231f67a4777d648af2800 (patch) | |
| tree | 152c14c0294dc0d6c3b9b3265f604e1cae1e8658 /src/usr.bin/openssl/apps.h | |
| parent | a204a3a466a44d9fd8704c0ac46eef238a8cb1e7 (diff) | |
| download | openbsd-71a5b54711c9ba34eb9231f67a4777d648af2800.tar.gz openbsd-71a5b54711c9ba34eb9231f67a4777d648af2800.tar.bz2 openbsd-71a5b54711c9ba34eb9231f67a4777d648af2800.zip | |
Add option handling for input/output formats.
Diffstat (limited to '')
| -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 43d119500f..fefceb7ddb 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.3 2014/08/27 15:51:41 jsing Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.4 2014/08/28 13:37:41 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 | * |
| @@ -288,6 +288,7 @@ struct option { | |||
| 288 | const char *desc; | 288 | const char *desc; |
| 289 | enum { | 289 | enum { |
| 290 | OPTION_ARG, | 290 | OPTION_ARG, |
| 291 | OPTION_ARG_FORMAT, | ||
| 291 | OPTION_ARG_INT, | 292 | OPTION_ARG_INT, |
| 292 | OPTION_FLAG, | 293 | OPTION_FLAG, |
| 293 | OPTION_VALUE, | 294 | OPTION_VALUE, |
