1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-26 20:24:39 +01:00

Crypt/Base: fix bad merge

This commit is contained in:
terrafrost 2016-10-02 08:09:54 -05:00
parent 3205c95177
commit 42f5399960

View File

@ -1594,6 +1594,7 @@ abstract class Base
return $this->cipher_name_mcrypt &&
extension_loaded('mcrypt') &&
in_array($this->cipher_name_mcrypt, @mcrypt_list_algorithms());
case self::ENGINE_INTERNAL:
return true;
}