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/util.cc | |
| parent | 56295f9d82c74b967b234ac89a5600d5cff1b641 (diff) | |
Fix signing of KDMs.
Diffstat (limited to 'src/util.cc')
| -rw-r--r-- | src/util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cc b/src/util.cc index 4bcc61fb..11052df6 100644 --- a/src/util.cc +++ b/src/util.cc @@ -33,6 +33,7 @@ #include <xmlsec/xmldsig.h> #include <xmlsec/dl.h> #include <xmlsec/app.h> +#include <xmlsec/crypto.h> #include "KM_util.h" #include "KM_fileio.h" #include "AS_DCP.h" |
