summaryrefslogtreecommitdiff
path: root/src/systemkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemkey.c')
-rw-r--r--src/systemkey.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/systemkey.c b/src/systemkey.c
index f080ce8a80..db1562158c 100644
--- a/src/systemkey.c
+++ b/src/systemkey.c
@@ -83,13 +83,10 @@ int main(int argc, char **argv)
static void cmd_parser(int argc, char **argv)
{
- unsigned int optct;
/* Note that the default sec-param is legacy because several TPMs
* cannot handle larger keys.
*/
- optct = optionProcess(&systemkey_toolOptions, argc, argv);
- argc += optct;
- argv += optct;
+ optionProcess(&systemkey_toolOptions, argc, argv);
gnutls_global_set_log_function(tls_log_func);