From 5b0f2ed18fe9fa2ef1dbd58e8240da603e5ee24e Mon Sep 17 00:00:00 2001 From: neutron <neutron@systemli.org> Date: Thu, 12 Jul 2018 14:51:00 +0200 Subject: [PATCH] [trees] - changed typo error in function name --- src/trees-plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trees-plugin.h b/src/trees-plugin.h index d3da04f..cbe7a15 100644 --- a/src/trees-plugin.h +++ b/src/trees-plugin.h @@ -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; -- GitLab