summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2026-03-19 17:20:25 +0100
committercah <cah@ableton.com>2026-03-19 17:20:25 +0100
commitc81e8adf8dd6cc1c795e449c816b867d7319b78b (patch)
tree0e27c350bad2efc3ff8abc0534f531b84435b845 /src
parentb13fbb799e0c5d0f7f740bfdd3c77cc9f26309d8 (diff)
fixup! Set OpenSSL security level back to 1 so we can use SHA1 digests.
Diffstat (limited to 'src')
-rw-r--r--src/util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cc b/src/util.cc
index f8c94bf5..55ad0ca9 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -54,7 +54,6 @@
#include <asdcp/AS_DCP.h>
#include <xmlsec/xmldsig.h>
#include <xmlsec/dl.h>
-#include <xmlsec/app.h>
#include <xmlsec/crypto.h>
#include <xmlsec/openssl/crypto.h>
#include <libxml++/nodes/element.h>