X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/d80bc81c62a4775758a3c97e6506a9d26014b75e..93d87c13b5169a0a61e3906af13cf07ec8ae2a58:/lib/settings.php diff --git a/lib/settings.php b/lib/settings.php index 7449dc6..e3399fd 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -80,7 +80,7 @@ define('JIRAFEAU_SODIUM_CHUNKSIZE', 1024); // Define some Sodium constants from newer PHP versions if they are not available if (extension_loaded('sodium')) { - if (!defined('SSODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTES')) { + if (!defined('SODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTES')) { define('SODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTES', 32); }