summaryrefslogtreecommitdiffstats
path: root/apps/dgst.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-07-17 11:05:13 +1000
committerPauli <paul.dale@oracle.com>2017-07-17 11:24:08 +1000
commitf1b8b0010a5cdd76d1284ea47e9b5995dcd6f089 (patch)
tree41008f7bbc1f85f7393e6eaf7311eadf3fbdeac1 /apps/dgst.c
parent3ee1eac27a2e3120fbdc60e12db091c082b8de21 (diff)
Fix some pedantic warnings.
Introduced by #3862 Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3944)
Diffstat (limited to 'apps/dgst.c')
-rw-r--r--apps/dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dgst.c b/apps/dgst.c
index df50947603..46aa59ad24 100644
--- a/apps/dgst.c
+++ b/apps/dgst.c
@@ -34,7 +34,7 @@ typedef enum OPTION_choice {
OPT_HEX, OPT_BINARY, OPT_DEBUG, OPT_FIPS_FINGERPRINT,
OPT_HMAC, OPT_MAC, OPT_SIGOPT, OPT_MACOPT,
OPT_DIGEST,
- OPT_R_ENUM,
+ OPT_R_ENUM
} OPTION_CHOICE;
const OPTIONS dgst_options[] = {