diff options
author | Felix Dörre <felix@dogcraft.de> | 2014-08-09 01:31:43 +0200 |
---|---|---|
committer | Felix Dörre <felix@dogcraft.de> | 2014-08-09 01:31:43 +0200 |
commit | 4c250123ec16e7c14b06fad3de4313243800a31f (patch) | |
tree | 7357fc95241d92f60299aaabe9662c8de2a9f4af /CommModule | |
parent | fa3a17789986431c15dac26c43a8100ee7e8d0d4 (diff) | |
download | cacert-devel-bug-1298.tar.gz cacert-devel-bug-1298.tar.xz cacert-devel-bug-1298.zip |
bug-1298: Update the used SHA-import in the commmodulebug-1298
As already suggested in the bug report.
Diffstat (limited to 'CommModule')
-rwxr-xr-x | CommModule/client.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CommModule/client.pl b/CommModule/client.pl index 532761e..25e6a73 100755 --- a/CommModule/client.pl +++ b/CommModule/client.pl @@ -31,7 +31,7 @@ use DBI; use Locale::gettext; use IO::Socket; use MIME::Base64; -use Digest::SHA1 qw(sha1_hex); +use Digest::SHA qw(sha1_hex); #Protocol version: my $ver=1; |