diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-06 01:15:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-13 22:29:01 +0000 |
| commit | 380d7af94562883cdcaa60726d0ffa36f3dab304 (patch) | |
| tree | a36f4828d8ebf54efcf0f3155f49b54b430b67f6 /src/wscript | |
| parent | 0e29e68e94daade47167ac5bc6b51362ef02b5c3 (diff) | |
Merge EncryptionContext with DecryptionContext and use HMAC when decrypting.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wscript b/src/wscript index a76ca6a1..323ceaee 100644 --- a/src/wscript +++ b/src/wscript @@ -47,10 +47,8 @@ def build(bld): dcp.cc dcp_time.cc decrypted_kdm.cc - decryption_context.cc decrypted_kdm_key.cc encrypted_kdm.cc - encryption_context.cc exceptions.cc file.cc font_asset.cc @@ -116,6 +114,7 @@ def build(bld): certificate.h chromaticity.h colour_conversion.h + context.h cpl.h dcp.h dcp_assert.h @@ -123,9 +122,7 @@ def build(bld): data.h decrypted_kdm.h decrypted_kdm_key.h - decryption_context.h encrypted_kdm.h - encryption_context.h exceptions.h font_asset.h frame.h |
