N°1529: Allow parameter OpenSSLMcryptCompatibility to be used

This commit is contained in:
Stephen Abello
2019-06-21 11:08:23 +02:00
parent 17df9d0f9d
commit d6bfbbcd30

View File

@@ -88,7 +88,8 @@ class SimpleCrypt
}
break;
case 'OpenSSL':
if(!function_exists('openssl_decrypt')){
case 'OpenSSLMcryptCompatibility':
if(!function_exists('openssl_decrypt')){
$sEngineName = 'Simple';
}
break;