mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 18:25:13 +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
|
||||
*/
|
||||
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');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user