diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-09 22:43:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-09 22:43:13 +0000 |
| commit | 5265670cb158bee669e62a2953b41a624d324a36 (patch) | |
| tree | 001c2873790269cd9440427c142df0b9ac64d581 /src/wscript | |
| parent | cf3dafb76de0571fe1989a138827fde1c8b6fbd8 (diff) | |
Add completely untested code to generate crypto chain for encrypted DCPs.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index f4393243..41ebf7a7 100644 --- a/src/wscript +++ b/src/wscript @@ -14,6 +14,7 @@ def build(bld): asset_map.cc certificates.cc cpl_file.cc + crypt_chain.cc dcp.cc dcp_time.cc lut.cc @@ -37,6 +38,7 @@ def build(bld): headers = """ asset.h certificates.h + crypt_chain.h dcp.h dcp_time.h exceptions.h |
