diff options
Diffstat (limited to 'tests/libdnssec/test_keystore_pkcs11.c')
-rw-r--r-- | tests/libdnssec/test_keystore_pkcs11.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/libdnssec/test_keystore_pkcs11.c b/tests/libdnssec/test_keystore_pkcs11.c index 9828fce1b..5227d55b2 100644 --- a/tests/libdnssec/test_keystore_pkcs11.c +++ b/tests/libdnssec/test_keystore_pkcs11.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 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 @@ -28,10 +28,9 @@ #include "libdnssec/crypto.h" #include "libdnssec/error.h" #include "libdnssec/keystore.h" +#include "libdnssec/sample_keys.h" #include "libdnssec/sign.h" -#include "sample_keys.h" - #define ENV_SOFTHSM_DSO "KNOT_SOFTHSM2_DSO" #define ENV_SOFTHSM_UTIL "KNOT_SOFTHSM2_UTIL" |