From 1e77753ef4119b6d7df7d2255b1a1d8d6af951de Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 9 Nov 2018 00:04:23 +0000 Subject: Allow specification of trusted devices by thumbprint rather than by full certificate. --- src/lib/film.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/film.h') diff --git a/src/lib/film.h b/src/lib/film.h index d251c7fcc..4656da9de 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -130,7 +130,7 @@ public: dcp::EncryptedKDM make_kdm ( dcp::Certificate recipient, - std::vector trusted_devices, + std::vector trusted_devices, boost::filesystem::path cpl_file, dcp::LocalTime from, dcp::LocalTime until, -- cgit v1.2.3