summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 9a1244898bf..85b7a9f8df2 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -54,6 +54,7 @@ use TeXLive::TLUtils qw(platform platform_desc sort_archs
use TeXLive::TLPOBJ;
use TeXLive::TLPDB;
use TeXLive::TLConfig;
+use TeXLive::TLCrypto;
use TeXLive::TLDownload;
use TeXLive::TLPaper;
@@ -342,7 +343,7 @@ if ($opt_print_arch) {
# try to setup gpg
if ($opt_verify_downloads) {
- if (TeXLive::TLUtils::setup_gpg($::installerdir)) {
+ if (TeXLive::TLCrypto::setup_gpg($::installerdir)) {
log("Trying to verify cryptographic signatures!\n")
} else {
tlwarn("Couldn't detect gpg so will proceed without verification!\n");