diff options
Diffstat (limited to 'lib/random.php')
-rw-r--r-- | lib/random.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random.php b/lib/random.php index 656be0b..2b43f8a 100644 --- a/lib/random.php +++ b/lib/random.php @@ -208,7 +208,7 @@ if (!is_callable('random_bytes')) { */ function random_bytes($length) { - unset($length); + unset($length); // Suppress "variable not used" warnings. throw new Exception( 'There is no suitable CSPRNG installed on your system' ); |