From d18ff6fa3d5b903e1aa4c6ece93bd57f9239b80c Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Wed, 27 Nov 2019 09:07:47 +0100 Subject: [PATCH] Fix -m 21600 DGST_SIZE --- src/modules/module_21600.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module_21600.c b/src/modules/module_21600.c index 09d8f64e7..4a0e5445c 100644 --- a/src/modules/module_21600.c +++ b/src/modules/module_21600.c @@ -15,7 +15,7 @@ static const u32 DGST_POS0 = 0; static const u32 DGST_POS1 = 1; static const u32 DGST_POS2 = 2; static const u32 DGST_POS3 = 3; -static const u32 DGST_SIZE = DGST_SIZE_8_2; +static const u32 DGST_SIZE = DGST_SIZE_8_8; static const u32 HASH_CATEGORY = HASH_CATEGORY_FRAMEWORK; static const char *HASH_NAME = "Web2py pbkdf2-sha512"; static const u64 KERN_TYPE = 21600;