Basic support for trusted device lists in KDMs (#750).
[dcpomatic.git] / src / lib / film.h
index 4004421039e01a7c9cd1534e90588d2a3d89278e..faa7cf5baf366f23620ab43234412415cb2a017a 100644 (file)
@@ -121,7 +121,8 @@ public:
 
        dcp::EncryptedKDM
        make_kdm (
-               dcp::Certificate target,
+               dcp::Certificate recipient,
+               std::vector<dcp::Certificate> trusted_devices,
                boost::filesystem::path cpl_file,
                dcp::LocalTime from,
                dcp::LocalTime until,