diff options
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Security.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php index d1d4f8432..4ff9ac5aa 100644 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -655,7 +655,6 @@ class CI_Security { return $output; } - if (is_readable('/dev/urandom') && ($fp = fopen('/dev/urandom', 'rb')) !== FALSE) { // Try not to waste entropy ... |