Don't redefine MATH_BIGINTEGER_OPENSSL_ENABLED

This commit is contained in:
terrafrost 2012-08-26 01:52:58 -05:00
parent 2f8d1055ea
commit 770075fe08

View File

@ -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);
}