diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-08-28 13:39:08 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-08-28 13:39:08 +0000 |
commit | 58aa16474fe3e3af3e0f865a21f2ff039cff9eb0 (patch) | |
tree | a2d35892e662c2ad5100f18f3ab91ab6127194f0 /usr.bin/openssl/apps.h | |
parent | b8c8d8939c63274e3bc008ff6bacb0502fba0743 (diff) |
Add option handling for ordered flags.
Diffstat (limited to 'usr.bin/openssl/apps.h')
-rw-r--r-- | usr.bin/openssl/apps.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/openssl/apps.h b/usr.bin/openssl/apps.h index fefceb7ddb0..3ea855f6848 100644 --- a/usr.bin/openssl/apps.h +++ b/usr.bin/openssl/apps.h @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.h,v 1.4 2014/08/28 13:37:41 jsing Exp $ */ +/* $OpenBSD: apps.h,v 1.5 2014/08/28 13:39:07 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -291,6 +291,7 @@ struct option { OPTION_ARG_FORMAT, OPTION_ARG_INT, OPTION_FLAG, + OPTION_FLAG_ORD, OPTION_VALUE, } type; union { |