commit | f1b8b0010a5cdd76d1284ea47e9b5995dcd6f089 | [log] [tgz] |
---|---|---|
author | Pauli <paul.dale@oracle.com> | Mon Jul 17 11:05:13 2017 +1000 |
committer | Pauli <paul.dale@oracle.com> | Mon Jul 17 11:24:08 2017 +1000 |
tree | 41008f7bbc1f85f7393e6eaf7311eadf3fbdeac1 | |
parent | 3ee1eac27a2e3120fbdc60e12db091c082b8de21 [diff] [blame] |
Fix some pedantic warnings. Introduced by #3862 Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3944)
diff --git a/apps/passwd.c b/apps/passwd.c index eb5a622..ea27c18 100644 --- a/apps/passwd.c +++ b/apps/passwd.c
@@ -66,7 +66,7 @@ OPT_IN, OPT_NOVERIFY, OPT_QUIET, OPT_TABLE, OPT_REVERSE, OPT_APR1, OPT_1, OPT_5, OPT_6, OPT_CRYPT, OPT_AIXMD5, OPT_SALT, OPT_STDIN, - OPT_R_ENUM, + OPT_R_ENUM } OPTION_CHOICE; const OPTIONS passwd_options[] = {