diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-24 18:54:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-24 18:54:09 +0100 |
| commit | 725c1f0ead60e73e9dbc17337c416ac4d2720c55 (patch) | |
| tree | 132b82fbdb44320e74289ee6400c4a39d162439e /src/signer.h | |
| parent | b0b83d69f38a8239f3df1e2872b6cfebf9f84af8 (diff) | |
Various KDM work.
Diffstat (limited to 'src/signer.h')
| -rw-r--r-- | src/signer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signer.h b/src/signer.h index a4d10b2a..5ae7cf51 100644 --- a/src/signer.h +++ b/src/signer.h @@ -31,7 +31,7 @@ public: {} void sign (xmlpp::Element* parent, bool interop) const; - void add_signature_value (xmlpp::Element* parent, std::string ns) const; + void add_signature_value (xmlpp::Node* parent, std::string ns) const; CertificateChain const & certificates () const { return _certificates; |
