diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-09 10:43:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-09 10:43:22 +0100 |
| commit | 48e87acf77fb35f2c1a5cdad29f07ec0e4a26f3a (patch) | |
| tree | 99f929830620ea331490edc14cf02b9f0c88368e /test/encryption_test.cc | |
| parent | 259113a96dc9dfbef0b26ff2e142ee673abcd53d (diff) | |
Avoid use of pipes in openssl hackery.
Diffstat (limited to 'test/encryption_test.cc')
| -rw-r--r-- | test/encryption_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
