From be171f918ea2438bd366145a8e55983074e1e301 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 30 May 2021 21:00:12 +0200 Subject: Sign things that come out of the combiner (#2028). --- src/lib/combine_dcp_job.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/combine_dcp_job.cc b/src/lib/combine_dcp_job.cc index ae6d8b289..5c299492b 100644 --- a/src/lib/combine_dcp_job.cc +++ b/src/lib/combine_dcp_job.cc @@ -21,6 +21,7 @@ #include "combine_dcp_job.h" #include "compose.hpp" +#include "config.h" #include #include @@ -66,7 +67,8 @@ CombineDCPJob::run () String::compose("libdcp %1", dcp::version), String::compose("libdcp %1", dcp::version), dcp::LocalTime().as_string(), - _annotation_text + _annotation_text, + Config::instance()->signer_chain() ); } catch (dcp::CombineError& e) { set_state (FINISHED_ERROR); -- cgit v1.2.3