Fixed complaints from Jetbrains Clion :-)

This commit is contained in:
Heiko Reese
2021-09-12 22:06:09 +02:00
parent 15de3a6204
commit b32d6fc861
3 changed files with 3 additions and 5 deletions

View File

@ -64,7 +64,7 @@ int sodium_crypto_secretbox_encrypt_password(uschar **yield, int argc, uschar *a
/*
* Derive a key from the password using a generic hash.
* This operations needs to be fast (exim holds no state, this might be called multiple times per email).
* This operation needs to be fast (exim holds no state, this might be called multiple times per email).
* Collisions avoidance or brute force attacks are not a concern here.
*/
unsigned char keybytes[crypto_secretbox_KEYBYTES];