]> git.proxmox.com Git - proxmox-acme.git/commitdiff
add missing 'use PVE::Acme' statement
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 9 Mar 2021 14:13:54 +0000 (15:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 12 Mar 2021 14:59:46 +0000 (15:59 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/ACME/DNSChallenge.pm

index 0c6314b9bd3b7261b8d67c3ba9a43ae5455b9882..632210e623c57d55f80b9aeda8fbaa312d9dc373 100644 (file)
@@ -6,6 +6,8 @@ use warnings;
 use Digest::SHA qw(sha256);
 use PVE::Tools;
 
 use Digest::SHA qw(sha256);
 use PVE::Tools;
 
+use PVE::ACME;
+
 use base qw(PVE::ACME::Challenge);
 
 my $ACME_PATH = '/usr/share/proxmox-acme/proxmox-acme';
 use base qw(PVE::ACME::Challenge);
 
 my $ACME_PATH = '/usr/share/proxmox-acme/proxmox-acme';