mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°1529: Allow parameter OpenSSLMcryptCompatibility to be used
This commit is contained in:
@@ -88,7 +88,8 @@ class SimpleCrypt
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'OpenSSL':
|
case 'OpenSSL':
|
||||||
if(!function_exists('openssl_decrypt')){
|
case 'OpenSSLMcryptCompatibility':
|
||||||
|
if(!function_exists('openssl_decrypt')){
|
||||||
$sEngineName = 'Simple';
|
$sEngineName = 'Simple';
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user