]> git.p6c8.net - jirafeau_project.git/commitdiff
Fixed a typo
authorPatrick Canterino <patrick@patrick-canterino.de>
Wed, 3 Apr 2024 13:14:14 +0000 (15:14 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Wed, 3 Apr 2024 13:14:14 +0000 (15:14 +0200)
lib/settings.php

index 7449dc694706e456115375702c7797224a788dea..e3399fd937c1c4cc25e1da8c69dc4fd1fc6ccc64 100644 (file)
@@ -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')) {
 // 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);
     }
 
         define('SODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTES', 32);
     }
 

patrick-canterino.de