diff options
| author | cah <cah@ableton.com> | 2026-03-19 16:29:37 +0100 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2026-03-19 16:29:37 +0100 |
| commit | d37ffbcbecc671035339a3cf7bc307e4d1cce34f (patch) | |
| tree | ff51bafafa7c3c2fb300975c4b7ebac31a0faa6b /src | |
| parent | 7d8f027b163afc53b1b8f3de18953ecf768615df (diff) | |
fixup! Set OpenSSL security level back to 1 so we can use SHA1 digests.
Diffstat (limited to 'src')
| -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 494af6d2..f8c94bf5 100644 --- a/src/util.cc +++ b/src/util.cc @@ -56,6 +56,7 @@ #include <xmlsec/dl.h> #include <xmlsec/app.h> #include <xmlsec/crypto.h> +#include <xmlsec/openssl/crypto.h> #include <libxml++/nodes/element.h> #include <libxml++/document.h> #include <openssl/sha.h> |
