summaryrefslogtreecommitdiffstats
path: root/psalm-autoload.php
diff options
context:
space:
mode:
authorParagon Initiative Enterprises <security@paragonie.com>2017-02-03 14:04:12 -0500
committerParagon Initiative Enterprises <security@paragonie.com>2017-02-03 14:04:12 -0500
commitcfa429ff73cafc5da934178246f6ed9f8b014de0 (patch)
tree5b6d248fd49345a7bad62efb78deef075faa19a4 /psalm-autoload.php
parent191b04aa776f7a820c2b326b079c90ad10438d5c (diff)
downloadrandom_compat-cfa429ff73cafc5da934178246f6ed9f8b014de0.zip
random_compat-cfa429ff73cafc5da934178246f6ed9f8b014de0.tar.gz
random_compat-cfa429ff73cafc5da934178246f6ed9f8b014de0.tar.bz2
Add libsodium stub for randombytes
Diffstat (limited to 'psalm-autoload.php')
-rw-r--r--psalm-autoload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/psalm-autoload.php b/psalm-autoload.php
index 7479ef9..d71d1b8 100644
--- a/psalm-autoload.php
+++ b/psalm-autoload.php
@@ -3,6 +3,7 @@
require_once 'lib/byte_safe_strings.php';
require_once 'lib/cast_to_int.php';
require_once 'lib/error_polyfill.php';
+require_once 'other/ide_stubs/libsodium.php';
require_once 'lib/random.php';
$int = random_int(0, 65536);