From 48e87acf77fb35f2c1a5cdad29f07ec0e4a26f3a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Oct 2013 10:43:22 +0100 Subject: Avoid use of pipes in openssl hackery. --- test/encryption_test.cc | 2 +- test/round_trip_test.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/encryption_test.cc b/test/encryption_test.cc index c079acbe..d0bac5f3 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE (encryption) { boost::filesystem::remove_all ("build/test/signer"); boost::filesystem::create_directory ("build/test/signer"); - libdcp::make_signer_chain ("build/test/signer"); + libdcp::make_signer_chain ("build/test/signer", "openssl"); Kumu::libdcp_test = true; diff --git a/test/round_trip_test.cc b/test/round_trip_test.cc index fe720142..a6ee2097 100644 --- a/test/round_trip_test.cc +++ b/test/round_trip_test.cc @@ -39,7 +39,7 @@ BOOST_AUTO_TEST_CASE (round_trip_test) { boost::filesystem::remove_all ("build/test/signer"); boost::filesystem::create_directory ("build/test/signer"); - libdcp::make_signer_chain ("build/test/signer"); + libdcp::make_signer_chain ("build/test/signer", "openssl"); libdcp::CertificateChain chain; chain.add (shared_ptr (new libdcp::Certificate (boost::filesystem::path ("build/test/signer/ca.self-signed.pem")))); -- cgit v1.2.3