From cb18463291c502979d661b75e9e446f6c9bb0e3c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 15 Nov 2015 20:53:25 +0000 Subject: Support trusted device lists in KDMs. --- test/encryption_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/encryption_test.cc') diff --git a/test/encryption_test.cc b/test/encryption_test.cc index bab20958..7c8256fa 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -39,6 +39,7 @@ #include #include +using std::vector; using boost::shared_ptr; /** Load a certificate chain from build/test/data/ *.pem and then build @@ -132,7 +133,7 @@ BOOST_AUTO_TEST_CASE (encryption_test) "2012-07-17T04:45:18+00:00" ); - kdm.encrypt (signer, signer->leaf(), dcp::MODIFIED_TRANSITIONAL_1).as_xml ("build/test/encryption_test.kdm.xml"); + kdm.encrypt (signer, signer->leaf(), vector(), dcp::MODIFIED_TRANSITIONAL_1).as_xml ("build/test/encryption_test.kdm.xml"); int r = system ( "xmllint --path schema --nonet --noout --schema schema/SMPTE-430-1-2006-Amd-1-2009-KDM.xsd build/test/encryption_test.kdm.xml " -- cgit v1.2.3