mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
Don't redefine MATH_BIGINTEGER_OPENSSL_ENABLED
This commit is contained in:
parent
2f8d1055ea
commit
770075fe08
@ -282,7 +282,7 @@ class Math_BigInteger {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (function_exists('openssl_public_encrypt') && !defined('MATH_BIGINTEGER_OPENSSL_DISABLE')) {
|
if (function_exists('openssl_public_encrypt') && !defined('MATH_BIGINTEGER_OPENSSL_DISABLE') && !defined('MATH_BIGINTEGER_OPENSSL_ENABLED')) {
|
||||||
define('MATH_BIGINTEGER_OPENSSL_ENABLED', true);
|
define('MATH_BIGINTEGER_OPENSSL_ENABLED', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user