diff --git a/core/simplecrypt.class.inc.php b/core/simplecrypt.class.inc.php index 51f2bc0e6..e597700cb 100644 --- a/core/simplecrypt.class.inc.php +++ b/core/simplecrypt.class.inc.php @@ -88,7 +88,8 @@ class SimpleCrypt } break; case 'OpenSSL': - if(!function_exists('openssl_decrypt')){ + case 'OpenSSLMcryptCompatibility': + if(!function_exists('openssl_decrypt')){ $sEngineName = 'Simple'; } break;