Skip to content

Commit

Permalink
Argp option keys should be non-zero
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed Mar 19, 2022
1 parent 6b753d1 commit 8998672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tr31-tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static void print_hex(const void* buf, size_t length);

// argp option keys
enum tr31_tool_option_keys_t {
TR31_TOOL_OPTION_IMPORT,
TR31_TOOL_OPTION_IMPORT = 1,
TR31_TOOL_OPTION_EXPORT,
TR31_TOOL_OPTION_EXPORT_KEY_ALGORITHM,
TR31_TOOL_OPTION_EXPORT_FORMAT_VERSION,
Expand Down

0 comments on commit 8998672

Please sign in to comment.