diff options
author | lloyd <[email protected]> | 2010-03-03 01:52:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-03 01:52:38 +0000 |
commit | a0d6ce4ce5ccb0108cdd155c7abd830432dc6991 (patch) | |
tree | 8a9a7c079ad9144dfedc024f791da56ccde5bb5e /checks/common.h | |
parent | 265c39bd4efb3155ec68ea09018a3e83499862f9 (diff) |
Fix some -Wmissing-declarations warnings in the test code
Diffstat (limited to 'checks/common.h')
-rw-r--r-- | checks/common.h | 3 |
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&, |