summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas NOEL <tnoel@entrouvert.com>2012-04-26 15:26:51 +0200
committerThomas NOEL <tnoel@entrouvert.com>2012-04-26 15:26:51 +0200
commitd2d26b7d56f07755c4203865ba09cc7e06dd0689 (patch)
tree73028427bff2ff23c3e3eba50858bed2accbfa01
parente97a36faac64dea67b8c23e97876dd04363253ff (diff)
downloadlasso-d2d26b7d56f07755c4203865ba09cc7e06dd0689.tar.gz
lasso-d2d26b7d56f07755c4203865ba09cc7e06dd0689.tar.xz
lasso-d2d26b7d56f07755c4203865ba09cc7e06dd0689.zip
fix compilation error with xmlsec 1.2.18 / freebsd (#1365)
see http://dev.entrouvert.org/issues/1365
-rw-r--r--lasso/xml/xml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index 53d733bd..fc7100e0 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -43,6 +43,7 @@
#include <xmlsec/crypto.h>
#include <xmlsec/xmlenc.h>
#include <xmlsec/openssl/crypto.h>
+#include <xmlsec/openssl/x509.h>
#include "xml.h"
#include "xml_enc.h"