summaryrefslogtreecommitdiff
path: root/src/crypt_chain.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-09 22:43:13 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-09 22:43:13 +0000
commit5265670cb158bee669e62a2953b41a624d324a36 (patch)
tree001c2873790269cd9440427c142df0b9ac64d581 /src/crypt_chain.h
parentcf3dafb76de0571fe1989a138827fde1c8b6fbd8 (diff)
Add completely untested code to generate crypto chain for encrypted DCPs.
Diffstat (limited to 'src/crypt_chain.h')
-rw-r--r--src/crypt_chain.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crypt_chain.h b/src/crypt_chain.h
new file mode 100644
index 00000000..e8d739d4
--- /dev/null
+++ b/src/crypt_chain.h
@@ -0,0 +1,6 @@
+
+namespace libdcp {
+
+void make_crypt_chain (std::string);
+
+}