summaryrefslogtreecommitdiff
path: root/src/signer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signer.h')
-rw-r--r--src/signer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/signer.h b/src/signer.h
index efb8099b..3374e961 100644
--- a/src/signer.h
+++ b/src/signer.h
@@ -41,11 +41,11 @@ public:
CertificateChain const & certificates () const {
return _certificates;
}
-
-private:
+
+private:
void add_signer (xmlpp::Element* parent, std::string ns) const;
-
+
CertificateChain _certificates;
/** Filename of signer key */
boost::filesystem::path _key;