mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-15 03:03:49 +00:00
Fixed coding style to comply with other not defined statements
This commit is contained in:
parent
9f1108e52e
commit
4976cd1622
@ -46,7 +46,7 @@
|
|||||||
*
|
*
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
if (defined('CRYPT_RANDOM_IS_WINDOWS') === false) {
|
if (!defined('CRYPT_RANDOM_IS_WINDOWS')) {
|
||||||
define('CRYPT_RANDOM_IS_WINDOWS', strtoupper(substr(PHP_OS, 0, 3)) === 'WIN');
|
define('CRYPT_RANDOM_IS_WINDOWS', strtoupper(substr(PHP_OS, 0, 3)) === 'WIN');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user