summaryrefslogtreecommitdiff
path: root/src/systemkey.c
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2021-12-31 18:13:58 +0100
committerDaiki Ueno <ueno@gnu.org>2022-01-14 12:49:03 +0100
commit0da805e6d3b2b148f9689b3229ddbbf3f4cedb88 (patch)
treeb6d047b66eab930e9e14165cf3459ba236918050 /src/systemkey.c
parent39cbedbf19e8a34dce3442c1749109e01251e467 (diff)
downloadgnutls-0da805e6d3b2b148f9689b3229ddbbf3f4cedb88.tar.gz
src: generate option handling code from JSON
This replaces AutoGen based command-line parser with a Python script (gen-getopt.py), which takes JSON description as the input. The included JSON files were converted one-off using the parse-autogen program: https://gitlab.com/dueno/parse-autogen. Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'src/systemkey.c')
-rw-r--r--src/systemkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemkey.c b/src/systemkey.c
index d1186c59a0..11fe3cd8f4 100644
--- a/src/systemkey.c
+++ b/src/systemkey.c
@@ -44,7 +44,7 @@
#include <read-file.h>
#include "certtool-common.h"
-#include "systemkey-args.h"
+#include "systemkey-tool-options.h"
static void cmd_parser(int argc, char **argv);
static void systemkey_delete(const char *url, FILE * outfile);