Allow specification of trusted devices by thumbprint rather than
[dcpomatic.git] / src / lib / film.h
index d251c7fcc3e6ddef4e70e729285b96323d8bd5e0..4656da9de81f08c04385a97f23fbbfff7f6db931 100644 (file)
@@ -130,7 +130,7 @@ public:
 
        dcp::EncryptedKDM make_kdm (
                dcp::Certificate recipient,
-               std::vector<dcp::Certificate> trusted_devices,
+               std::vector<std::string> trusted_devices,
                boost::filesystem::path cpl_file,
                dcp::LocalTime from,
                dcp::LocalTime until,