diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-20 16:49:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-20 16:49:27 +0100 |
| commit | b188b1935e8b9a17d7da287d82d6d4303ad03aef (patch) | |
| tree | 19f586209a9e65b856b3676dd7eea01d3394e5d6 /src/util.cc | |
| parent | 2acd421782e0963b4560a2e816dac35fd6e89663 (diff) | |
Allow build with static xmlsec1.
Diffstat (limited to 'src/util.cc')
| -rw-r--r-- | src/util.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.cc b/src/util.cc index 77493ffa..6fec818e 100644 --- a/src/util.cc +++ b/src/util.cc @@ -54,7 +54,9 @@ #include <asdcp/AS_DCP.h> #include <xmlsec/xmldsig.h> #include <xmlsec/dl.h> +#ifdef XMLSEC_CRYPTO_DYNAMIC_LOADING #include <xmlsec/app.h> +#endif #include <xmlsec/crypto.h> #include <libxml++/nodes/element.h> #include <libxml++/document.h> |
