diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-29 21:08:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-29 21:08:31 +0100 |
| commit | cccab9e0c03bf03e51a8924c05b6e5ed74d94e99 (patch) | |
| tree | 7b9dd44ba94737703e5bbb6249f10ee56fa8d8be /src/signer.cc | |
| parent | 56295f9d82c74b967b234ac89a5600d5cff1b641 (diff) | |
Fix signing of KDMs.
Diffstat (limited to 'src/signer.cc')
| -rw-r--r-- | src/signer.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/signer.cc b/src/signer.cc index 9aebd39d..f15f5325 100644 --- a/src/signer.cc +++ b/src/signer.cc @@ -21,12 +21,14 @@ #include <xmlsec/xmldsig.h> #include <xmlsec/dl.h> #include <xmlsec/app.h> +#include <xmlsec/crypto.h> #include <libcxml/cxml.h> #include "signer.h" #include "exceptions.h" using std::string; using std::list; +using std::cout; using boost::shared_ptr; using namespace libdcp; |
