summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-15 20:57:47 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-15 20:57:47 +0000
commit69f25e496ba409c02aa27b1e07dfcde34c86a32b (patch)
treef36e0e621fe2c514f96cf7365f57b0acd151877b /test
parente170d9908c191180aefe71ff7cfa81a5ba08ed83 (diff)
Basic support for trusted device lists in KDMs (#750).
Diffstat (limited to 'test')
-rw-r--r--test/import_dcp_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc
index 45cd9f413..32e31da47 100644
--- a/test/import_dcp_test.cc
+++ b/test/import_dcp_test.cc
@@ -29,6 +29,7 @@
#include <dcp/cpl.h>
#include <boost/test/unit_test.hpp>
+using std::vector;
using boost::shared_ptr;
/** Make an encrypted DCP, import it and make a new unencrypted DCP */
@@ -54,6 +55,7 @@ BOOST_AUTO_TEST_CASE (import_dcp_test)
dcp::EncryptedKDM kdm = A->make_kdm (
Config::instance()->decryption_chain()->leaf (),
+ vector<dcp::Certificate> (),
A_dcp.cpls().front()->file (),
dcp::LocalTime ("2014-07-21T00:00:00+00:00"),
dcp::LocalTime ("2024-07-21T00:00:00+00:00"),