From 9a2f5a1bdb3b71a9d83f237a196512361adde037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Va=C5=A1ek?= Date: Fri, 15 Jan 2021 16:06:33 +0100 Subject: [PATCH] tests/libdnssec: update the built-in SoftHSM config to work with its current versions --- tests/libdnssec/test_keystore_pkcs11.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/libdnssec/test_keystore_pkcs11.c b/tests/libdnssec/test_keystore_pkcs11.c index 9d4ef102d..069ee4918 100644 --- a/tests/libdnssec/test_keystore_pkcs11.c +++ b/tests/libdnssec/test_keystore_pkcs11.c @@ -196,7 +196,8 @@ static bool token_init(void) fprintf(file, "directories.tokendir = %s\n", token_path); fprintf(file, "objectstore.backend = file\n"); - fprintf(file, "log.debug = INFO\n"); + fprintf(file, "log.level = INFO\n"); + fprintf(file, "slots.removable = false\n"); fclose(file);