mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
HttpUtils.pm: change Digest::MD5 inclusion (Forum #43043)
git-svn-id: https://svn.fhem.de/fhem/trunk@10616 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e6e7002c73
commit
f06e932314
@ -6,7 +6,7 @@ use strict;
|
||||
use warnings;
|
||||
use IO::Socket::INET;
|
||||
use MIME::Base64;
|
||||
use Digest::MD5;
|
||||
use Digest::MD5 qw(md5_hex);
|
||||
use vars qw($SSL_ERROR);
|
||||
|
||||
my %ext2MIMEType= qw{
|
||||
|
Loading…
x
Reference in New Issue
Block a user