diff options
author | Jan Hák <jan.hak@nic.cz> | 2024-07-11 19:29:19 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2024-07-19 13:18:56 +0200 |
commit | 632d67280079cc3a555bc002b77172f6b3a2749e (patch) | |
tree | 6e58bb2e30ca2ca29d6cf28a4561496ba0d6f4fe /tests | |
parent | Merge branch 'NSEC_nonauth_err_code' into 'master' (diff) | |
download | knot-632d67280079cc3a555bc002b77172f6b3a2749e.tar.xz knot-632d67280079cc3a555bc002b77172f6b3a2749e.zip |
keymgr: add keystore-test command
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libdnssec/sample_keys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libdnssec/sample_keys.h b/tests/libdnssec/sample_keys.h index cd9f18f0a..5b6155ed4 100644 --- a/tests/libdnssec/sample_keys.h +++ b/tests/libdnssec/sample_keys.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> +/* Copyright (C) 2024 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ #pragma once -#include <binary.h> +#include "libdnssec/binary.h" typedef struct key_parameters { // DNSSEC fields |