diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-09 00:04:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-09 00:04:23 +0000 |
| commit | 1e77753ef4119b6d7df7d2255b1a1d8d6af951de (patch) | |
| tree | 55d07cd2600939d883402d14d082a981627a1d3a /test/remake_id_test.cc | |
| parent | 32dd3b31349f48adb21bf1923f076755705a508c (diff) | |
Allow specification of trusted devices by thumbprint rather thanv2.13.68
by full certificate.
Diffstat (limited to 'test/remake_id_test.cc')
| -rw-r--r-- | test/remake_id_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/remake_id_test.cc b/test/remake_id_test.cc index e7e9c67b2..ac1bfbe14 100644 --- a/test/remake_id_test.cc +++ b/test/remake_id_test.cc @@ -91,7 +91,7 @@ BOOST_AUTO_TEST_CASE (remake_id_test2) /* Make a DKDM */ dcp::EncryptedKDM kdm = film->make_kdm ( Config::instance()->decryption_chain()->leaf(), - vector<dcp::Certificate>(), + vector<string>(), *cpl, dcp::LocalTime ("2012-01-01T01:00:00+00:00"), dcp::LocalTime ("2112-01-01T01:00:00+00:00"), |
