diff options
Diffstat (limited to 'tests/libdnssec/test_sign.c')
-rw-r--r-- | tests/libdnssec/test_sign.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/libdnssec/test_sign.c b/tests/libdnssec/test_sign.c index 8f57a41..bdb19fb 100644 --- a/tests/libdnssec/test_sign.c +++ b/tests/libdnssec/test_sign.c @@ -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 @@ -17,14 +17,14 @@ #include <string.h> #include <tap/basic.h> -#include "sample_keys.h" - #include "binary.h" #include "crypto.h" #include "error.h" #include "key.h" #include "sign.h" +#include "libdnssec/sample_keys.h" + static const dnssec_binary_t input_data = { .size = 25, .data = (uint8_t *)"Very good, young padawan." |