aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/tls_helpers.h
diff options
context:
space:
mode:
authorNuno Goncalves <[email protected]>2019-10-20 11:58:19 +0200
committerNuno Goncalves <[email protected]>2019-10-20 16:12:23 +0200
commit5bca595410d5f91473b4ded90a6ac923e46ea97c (patch)
treef41308df696dd9591fde649fa2d028601e9a60eb /src/cli/tls_helpers.h
parent7b3453963dac1a8f45354343b0af26535aea21ae (diff)
silence trivial warnings
Signed-off-by: Nuno Goncalves <[email protected]>
Diffstat (limited to 'src/cli/tls_helpers.h')
-rw-r--r--src/cli/tls_helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli/tls_helpers.h b/src/cli/tls_helpers.h
index 9a8517e45..653a106e0 100644
--- a/src/cli/tls_helpers.h
+++ b/src/cli/tls_helpers.h
@@ -50,6 +50,8 @@ class Basic_Credentials_Manager : public Botan::Credentials_Manager
{
m_certstores.push_back(std::make_shared<Botan::System_Certificate_Store>());
}
+#else
+ BOTAN_UNUSED(use_system_store);
#endif
}