summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-tlnet-consistency
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-21 19:42:24 +0000
committerKarl Berry <karl@freefriends.org>2016-04-21 19:42:24 +0000
commit50ac57b83d50e6c3a8be1a837d2fa70ee04da8c3 (patch)
tree6c7f01533ea924541e8de770c3167af541fceedc /Master/tlpkg/bin/check-tlnet-consistency
parent5aa28567dca799a746db5c20e400edcfc4031be1 (diff)
use TeXLive::TLCrypto; doc
git-svn-id: svn://tug.org/texlive/trunk@40653 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-tlnet-consistency')
-rwxr-xr-xMaster/tlpkg/bin/check-tlnet-consistency3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-tlnet-consistency b/Master/tlpkg/bin/check-tlnet-consistency
index 5e83a991daf..b8f28b36b65 100755
--- a/Master/tlpkg/bin/check-tlnet-consistency
+++ b/Master/tlpkg/bin/check-tlnet-consistency
@@ -15,6 +15,7 @@ BEGIN {
use strict;
use TeXLive::TLConfig;
+use TeXLive::TLCrypto;
use TeXLive::TLPOBJ;
use TeXLive::TLPDB;
use TeXLive::TLUtils;
@@ -234,7 +235,7 @@ sub check_size_checksum {
my $s = (stat $cont)[7];
if ($s == $size) {
if ($checksum) {
- if (TeXLive::TLUtils::tlchecksum($cont) ne $checksum) {
+ if (TeXLive::TLCrypto::tlchecksum($cont) ne $checksum) {
$checksumerror = 1;
}
}