Skip to content
Snippets Groups Projects
Commit 9b075824 authored by dgoulet's avatar dgoulet
Browse files

Merge branch 'master' into 'master'

[trees] - changed typo error in function name

See merge request riseuplabs/trees!6
parents 1a5e271a 5b0f2ed1
No related branches found
No related tags found
Loading
......@@ -33,7 +33,7 @@ trees_pluging_pwhash_map(int value)
case 0:
/* argon2i, libsodium <= 1.0.14. */
return crypto_pwhash_ALG_ARGON2I13;
#ifdef crypto_pwhash_ALG_ARGON2IDI3
#ifdef crypto_pwhash_ALG_ARGON2ID13
case 1:
/* argon2id, libsodium >= 1.0.15 */
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