2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

CUL_HM: bug in AES support

git-svn-id: https://svn.fhem.de/fhem/trunk@9399 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2015-10-07 18:30:58 +00:00
parent c7438a53a2
commit dcab43f49e

View File

@ -8,6 +8,7 @@ package main;
use strict;
use warnings;
use HMConfig;
use Digest::MD5 qw(md5);
eval "use Crypt::Rijndael";
my $cryptFunc = ($@)?0:1;