summaryrefslogtreecommitdiff
path: root/src/signer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/signer.cc')
-rw-r--r--src/signer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signer.cc b/src/signer.cc
index e144edf3..63da8d8e 100644
--- a/src/signer.cc
+++ b/src/signer.cc
@@ -99,7 +99,7 @@ Signer::add_signature_value (xmlpp::Node* parent, string ns) const
signature_context->signKey = xmlSecCryptoAppKeyLoad (_key.string().c_str(), xmlSecKeyDataFormatPem, 0, 0, 0);
if (signature_context->signKey == 0) {
- throw FileError ("could not load private key file", _key);
+ throw FileError ("could not load private key file", _key, 0);
}
/* XXX: set key name to the file name: is this right? */