aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-09-26 17:42:26 +0000
committerlloyd <[email protected]>2010-09-26 17:42:26 +0000
commit7cda2c67b67ea1b5d5f0a40d45f298fe943a469a (patch)
tree88da38aa00e8b42d216acebd0b5258155a72f15f /src
parent03af9ab3905ee9d667677e15f3245a1eda43e77d (diff)
Silence warning, cms is really getting pretty broken...
Diffstat (limited to 'src')
-rw-r--r--src/cms/cms_dalg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cms/cms_dalg.cpp b/src/cms/cms_dalg.cpp
index 51cd39db1..8b168902b 100644
--- a/src/cms/cms_dalg.cpp
+++ b/src/cms/cms_dalg.cpp
@@ -36,7 +36,7 @@ SecureVector<byte> hash_of(const SecureVector<byte>& content,
* Find a cert based on SignerIdentifier
*/
std::vector<X509_Certificate> get_cert(BER_Decoder& signer_info,
- X509_Store& store)
+ X509_Store&)
{
BER_Object id = signer_info.get_next_object();