diff options
author | Libor Peltan <libor.peltan@nic.cz> | 2021-08-02 17:54:37 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2021-09-22 16:44:27 +0200 |
commit | 9d3f307b19066363fc80a52577757afd244962e8 (patch) | |
tree | f463a745274880e648d07c702a307236306438b2 /Knot.files | |
parent | Revert "keymgr: new -D param instead of deprecated -d" (diff) | |
download | knot-9d3f307b19066363fc80a52577757afd244962e8.tar.xz knot-9d3f307b19066363fc80a52577757afd244962e8.zip |
utilities/keymgr: move configuration-handling routines to general source file...
...while fixing few little bugs
Diffstat (limited to 'Knot.files')
-rw-r--r-- | Knot.files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Knot.files b/Knot.files index 7bee1b2ef..424f8bf37 100644 --- a/Knot.files +++ b/Knot.files @@ -490,6 +490,8 @@ src/utils/common/tls.c src/utils/common/tls.h src/utils/common/token.c src/utils/common/token.h +src/utils/common/util_conf.c +src/utils/common/util_conf.h src/utils/kcatalogprint/main.c src/utils/kdig/kdig_exec.c src/utils/kdig/kdig_exec.h |