summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-22 11:47:52 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-22 11:47:52 +0100
commit2dfe23c8af897ebfc1cca8b3b9d9fc7a802e736e (patch)
tree2a63c69785eb9830bdfdbd529f3ba53ca074bd07 /cscript
parent5317f5a6f3415aec5d6e99ca7e6fc89d735bc700 (diff)
Warn when loading certificates from files that have other stuff after the certificate (#805).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5c01a713a..693496ef4 100644
--- a/cscript
+++ b/cscript
@@ -229,7 +229,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options),
- ('libdcp', 'f0a6d7b'),
+ ('libdcp', 'ed81e7f'),
('libsub', 'b9fb00d'))
def configure_options(target):