From a0d6ce4ce5ccb0108cdd155c7abd830432dc6991 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 3 Mar 2010 01:52:38 +0000 Subject: Fix some -Wmissing-declarations warnings in the test code --- checks/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'checks/common.h') 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 decode_hex(const std::string&); Botan::Filter* lookup(const std::string& algname, - const std::vector& params, - const std::string& section); + const std::vector& params); Botan::Filter* lookup_block(const std::string&, const std::string&); Botan::Filter* lookup_cipher(const std::string&, const std::string&, -- cgit v1.2.3