diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:43:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:43:26 +0000 |
commit | e0b319795dcf6342ca636879f76a8ffa0af6f978 (patch) | |
tree | 4be83145000ff55f9da4bf32979f65a3655e0a50 /tests/libdnssec/test_key.c | |
parent | Releasing progress-linux version 3.3.7-1~progress7.99u1. (diff) | |
download | knot-e0b319795dcf6342ca636879f76a8ffa0af6f978.tar.xz knot-e0b319795dcf6342ca636879f76a8ffa0af6f978.zip |
Merging upstream version 3.3.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/libdnssec/test_key.c')
-rw-r--r-- | tests/libdnssec/test_key.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libdnssec/test_key.c b/tests/libdnssec/test_key.c index c3643f0..4f05405 100644 --- a/tests/libdnssec/test_key.c +++ b/tests/libdnssec/test_key.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2023 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 @@ -22,7 +22,7 @@ #include "error.h" #include "key.h" -#include "sample_keys.h" +#include "libdnssec/sample_keys.h" #define check_attr_scalar(key, type, name, def_val, set_val) { \ type value = dnssec_key_get_##name(key); \ |