mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 07:10:57 +00:00
Replaced "case true:" with "default:"
This commit is contained in:
parent
cf10e07660
commit
2ee0529c9d
@ -532,7 +532,7 @@ class Crypt_RSA
|
|||||||
define('MATH_BIGINTEGER_OPENSSL_DISABLE', true);
|
define('MATH_BIGINTEGER_OPENSSL_DISABLE', true);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case true:
|
default:
|
||||||
define('CRYPT_RSA_MODE', CRYPT_RSA_MODE_INTERNAL);
|
define('CRYPT_RSA_MODE', CRYPT_RSA_MODE_INTERNAL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user