Merge branch 'fix_pkcs11_testing' into 'master'

tests/libdnssec: update the built-in SoftHSM config to work with its current versions

See merge request knot/knot-dns!1246
This commit is contained in:
Daniel Salzman 2021-01-15 19:27:01 +01:00
commit 3101a3d488

View file

@ -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);