From 380d7af94562883cdcaa60726d0ffa36f3dab304 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Mar 2018 01:15:43 +0000 Subject: Merge EncryptionContext with DecryptionContext and use HMAC when decrypting. --- src/wscript | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/wscript') 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 -- cgit v1.2.3