diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-12 21:22:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-12 23:13:56 +0100 |
| commit | 0bf04f1817f97e70a918aa12369e04699ae10f46 (patch) | |
| tree | af36729b0f2cb35c9afc53e8a0cade21f80ad8a8 /test/round_trip_test.cc | |
| parent | d6b800e1c9a3cdb4f85a2308190afe9f0a856ed4 (diff) | |
Pass certificate validity length into the constructor.v1.8.7
Diffstat (limited to 'test/round_trip_test.cc')
| -rw-r--r-- | test/round_trip_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/round_trip_test.cc b/test/round_trip_test.cc index c5ad414c..add00651 100644 --- a/test/round_trip_test.cc +++ b/test/round_trip_test.cc @@ -65,7 +65,7 @@ using boost::scoped_array; /** Build an encrypted picture asset and a KDM for it and check that the KDM can be decrypted */ BOOST_AUTO_TEST_CASE (round_trip_test) { - auto signer = make_shared<dcp::CertificateChain>(boost::filesystem::path ("openssl")); + auto signer = make_shared<dcp::CertificateChain>(boost::filesystem::path("openssl"), 10 * 365); boost::filesystem::path work_dir = "build/test/round_trip_test"; boost::filesystem::create_directory (work_dir); |
