Merge branch 'master' into 'master'

[trees] - changed typo error in function name

See merge request riseuplabs/trees!6
This commit is contained in:
dgoulet 2018-07-12 15:00:46 -07:00
commit 9b0758244c

View File

@ -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;