summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-22 22:52:20 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-22 22:52:20 +0100
commit0afcc3d371a297dc03722ea9a516b6453bcfcb4e (patch)
treea14fd55b08bec4a6a8e3587da30116db57c52f20 /src/lib
parent3eace8d8ef87105d9dee2ed0f54547c98914ec2e (diff)
Remove now-unnecessary SHA1 variable.
I moved it to libdcp.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index e53dc30c0..adc347ab1 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -490,12 +490,6 @@ LIBDCP_ENABLE_WARNINGS
render_text(subs, dcp::Size(640, 480), DCPTime(), 24);
#endif
-#ifdef DCPOMATIC_WINDOWS
- putenv("OPENSSL_ENABLE_SHA1_SIGNATURES=1");
-#else
- setenv("OPENSSL_ENABLE_SHA1_SIGNATURES", "1", 1);
-#endif
-
Ratio::setup_ratios();
PresetColourConversion::setup_colour_conversion_presets();
DCPContentType::setup_dcp_content_types();