summaryrefslogtreecommitdiffstats
path: root/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot-env/OpenSLX/BootEnvironment/PXE.pm')
-rw-r--r--src/boot-env/OpenSLX/BootEnvironment/PXE.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot-env/OpenSLX/BootEnvironment/PXE.pm b/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
index a8f517ef..a5bd7a62 100644
--- a/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
+++ b/src/boot-env/OpenSLX/BootEnvironment/PXE.pm
@@ -21,7 +21,7 @@ use base qw(OpenSLX::BootEnvironment::Base);
use File::Basename;
use File::Path;
# for sha1 passwd encryption
-use Digest::SHA1;
+use Digest::SHA;
use MIME::Base64;
use OpenSLX::Basics;