diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-19 14:15:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-19 14:15:31 +0100 |
| commit | 1c24485f58cdb133477b4e1e201ba0acd93ac74e (patch) | |
| tree | b3885ecbed9f0a64219beaad7436480f8b863e86 /src | |
| parent | 452144160eb864984121d3fa883a12d40fbf7e47 (diff) | |
Rename crypt_chain -> signer_chain.
Diffstat (limited to 'src')
| -rw-r--r-- | src/signer_chain.cc (renamed from src/crypt_chain.cc) | 4 | ||||
| -rw-r--r-- | src/signer_chain.h (renamed from src/crypt_chain.h) | 2 | ||||
| -rw-r--r-- | src/wscript | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/crypt_chain.cc b/src/signer_chain.cc index 2737f12c..1fa8090d 100644 --- a/src/crypt_chain.cc +++ b/src/signer_chain.cc @@ -21,7 +21,7 @@ #include <sstream> #include <boost/filesystem.hpp> #include <boost/algorithm/string.hpp> -#include "crypt_chain.h" +#include "signer_chain.h" #include "exceptions.h" using std::string; @@ -45,7 +45,7 @@ static void command (char const * c) } void -libdcp::make_crypt_chain (boost::filesystem::path directory) +libdcp::make_signer_chain (boost::filesystem::path directory) { boost::filesystem::path const cwd = boost::filesystem::current_path (); diff --git a/src/crypt_chain.h b/src/signer_chain.h index 0e6667f1..ea67f7e1 100644 --- a/src/crypt_chain.h +++ b/src/signer_chain.h @@ -21,6 +21,6 @@ namespace libdcp { -void make_crypt_chain (boost::filesystem::path); +void make_signer_chain (boost::filesystem::path); } diff --git a/src/wscript b/src/wscript index 7afeb537..70fd1794 100644 --- a/src/wscript +++ b/src/wscript @@ -14,7 +14,6 @@ def build(bld): asset.cc certificates.cc colour_matrix.cc - crypt_chain.cc cpl.cc dcp.cc dcp_time.cc @@ -30,6 +29,7 @@ def build(bld): reel.cc rgb_xyz.cc signer.cc + signer_chain.cc sound_asset.cc sound_frame.cc srgb_linearised_gamma_lut.cc @@ -49,7 +49,6 @@ def build(bld): certificates.h colour_matrix.h cpl.h - crypt_chain.h dcp.h dcp_time.h exceptions.h @@ -67,6 +66,7 @@ def build(bld): rec709_linearised_gamma_lut.h reel.h argb_frame.h + signer_chain.h sound_asset.h sound_frame.h srgb_linearised_gamma_lut.h |
