aboutsummaryrefslogtreecommitdiffstats
path: root/checks/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'checks/common.h')
-rw-r--r--checks/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/checks/common.h b/checks/common.h
index 5b8f0a5d0..b849ce721 100644
--- a/checks/common.h
+++ b/checks/common.h
@@ -25,8 +25,7 @@ std::string hex_encode(const byte in[], u32bit len);
Botan::SecureVector<byte> decode_hex(const std::string&);
Botan::Filter* lookup(const std::string& algname,
- const std::vector<std::string>& params,
- const std::string& section);
+ const std::vector<std::string>& params);
Botan::Filter* lookup_block(const std::string&, const std::string&);
Botan::Filter* lookup_cipher(const std::string&, const std::string&,