Skip to content
Snippets Groups Projects
Verified Commit 5b0f2ed1 authored by neutron's avatar neutron
Browse files

[trees] - changed typo error in function name

parent 2ac49852
Branches 27-add-possibility-to-view-removed-metadata
No related tags found
1 merge request!6[trees] - changed typo error in function name
...@@ -33,7 +33,7 @@ trees_pluging_pwhash_map(int value) ...@@ -33,7 +33,7 @@ trees_pluging_pwhash_map(int value)
case 0: case 0:
/* argon2i, libsodium <= 1.0.14. */ /* argon2i, libsodium <= 1.0.14. */
return crypto_pwhash_ALG_ARGON2I13; return crypto_pwhash_ALG_ARGON2I13;
#ifdef crypto_pwhash_ALG_ARGON2IDI3 #ifdef crypto_pwhash_ALG_ARGON2ID13
case 1: case 1:
/* argon2id, libsodium >= 1.0.15 */ /* argon2id, libsodium >= 1.0.15 */
return crypto_pwhash_ALG_ARGON2ID13; return crypto_pwhash_ALG_ARGON2ID13;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment