mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 12:03:55 +01:00
Fixed complaints from Jetbrains Clion :-)
This commit is contained in:
@ -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];
|
||||
|
||||
Reference in New Issue
Block a user