summaryrefslogtreecommitdiff
path: root/test/decryption_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-22 20:55:25 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-22 21:14:07 +0100
commit6518f7e4e8b02a1d78b6121c2032fa27c50ddc78 (patch)
treed2a9c3f0b8b63fba735154a64120fe957b554034 /test/decryption_test.cc
parentae49e51a1bdbdaf6b8b75bcd9a0bbac9642639d4 (diff)
Re-make expired test certificate chain.
Diffstat (limited to 'test/decryption_test.cc')
-rw-r--r--test/decryption_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/decryption_test.cc b/test/decryption_test.cc
index 5a8e57a4..be688908 100644
--- a/test/decryption_test.cc
+++ b/test/decryption_test.cc
@@ -136,7 +136,7 @@ BOOST_AUTO_TEST_CASE (failing_kdm_test)
{
dcp::DecryptedKDM kdm (
dcp::EncryptedKDM (dcp::file_to_string ("test/data/target.pem.crt.de5d4eba-e683-41ca-bdda-aa4ad96af3f4.kdm.xml")),
- dcp::file_to_string ("test/data/private.key")
+ dcp::file_to_string("test/data/failing-private.key")
);
}