aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorTim Oesterreich <[email protected]>2019-05-06 10:58:11 +0200
committerTim Oesterreich <[email protected]>2019-05-14 09:12:08 +0200
commitc7d1d07bc2b978949d31f56a4c6e890ff114ee01 (patch)
tree093577a888f050a14a96ae5a227c2814f062ffef /src/tests
parentec37804794d4f3324ef9b340ddb613b68d0c730f (diff)
search certificates by key_id first, if possible
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test_certstor_system.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test_certstor_system.cpp b/src/tests/test_certstor_system.cpp
index dd90426af..6075acaeb 100644
--- a/src/tests/test_certstor_system.cpp
+++ b/src/tests/test_certstor_system.cpp
@@ -296,6 +296,7 @@ class Certstor_System_Tests final : public Test
}
catch(Botan::Not_Implemented& e)
{
+ BOTAN_UNUSED(e);
open_result.test_note("Skipping due to not available in current build");
return {open_result};
}