diff options
| author | jsing <> | 2014-08-28 13:39:07 +0000 |
|---|---|---|
| committer | jsing <> | 2014-08-28 13:39:07 +0000 |
| commit | 16a5b99f23e5dd0395da4d496dd676b8d5832f9d (patch) | |
| tree | f0af94ff68ab7f3ae041a036127d13daa246b4de /src/usr.bin/openssl/apps.h | |
| parent | 71a5b54711c9ba34eb9231f67a4777d648af2800 (diff) | |
| download | openbsd-16a5b99f23e5dd0395da4d496dd676b8d5832f9d.tar.gz openbsd-16a5b99f23e5dd0395da4d496dd676b8d5832f9d.tar.bz2 openbsd-16a5b99f23e5dd0395da4d496dd676b8d5832f9d.zip | |
Add option handling for ordered flags.
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 fefceb7ddb..3ea855f684 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.4 2014/08/28 13:37:41 jsing Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.5 2014/08/28 13:39:07 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 | * |
| @@ -291,6 +291,7 @@ struct option { | |||
| 291 | OPTION_ARG_FORMAT, | 291 | OPTION_ARG_FORMAT, |
| 292 | OPTION_ARG_INT, | 292 | OPTION_ARG_INT, |
| 293 | OPTION_FLAG, | 293 | OPTION_FLAG, |
| 294 | OPTION_FLAG_ORD, | ||
| 294 | OPTION_VALUE, | 295 | OPTION_VALUE, |
| 295 | } type; | 296 | } type; |
| 296 | union { | 297 | union { |
