diff options
author | Sebastian Schmelzer | 2012-04-11 19:22:01 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2012-04-11 19:22:01 +0200 |
commit | 673e8382e48a300395ce3de212f760814d8e2a01 (patch) | |
tree | 4ea4c4d7ed110c7c752189a9fe556c8687cecb77 /src/boot-env | |
parent | add ubuntu 12.04 (diff) | |
download | core-673e8382e48a300395ce3de212f760814d8e2a01.tar.gz core-673e8382e48a300395ce3de212f760814d8e2a01.tar.xz core-673e8382e48a300395ce3de212f760814d8e2a01.zip |
update to new perl SHA library
Diffstat (limited to 'src/boot-env')
-rw-r--r-- | src/boot-env/OpenSLX/BootEnvironment/PXE.pm | 2 |
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; |