diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-19 13:49:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-19 13:49:37 +0100 |
| commit | 452144160eb864984121d3fa883a12d40fbf7e47 (patch) | |
| tree | f5da78c803eb8f668d2409de856ddc86be81d492 /test/tests.cc | |
| parent | afeea0415dd56a3106a4c71df2e4a6ccc2d72e74 (diff) | |
Rename Encryption -> Signer; move some methods into it.
Diffstat (limited to 'test/tests.cc')
| -rw-r--r-- | test/tests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.cc b/test/tests.cc index 42198abd..28e15cf1 100644 --- a/test/tests.cc +++ b/test/tests.cc @@ -34,7 +34,7 @@ #include "crypt_chain.h" #include "gamma_lut.h" #include "cpl.h" -#include "encryption.h" +#include "signer.h" #define BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE libdcp_test |
