From b9227e0f432f8e9332f2d6bdb2a3e2157bc5de7c Mon Sep 17 00:00:00 2001 From: stumblebot Date: Thu, 9 May 2024 23:41:11 -0400 Subject: [PATCH] changing kernel reference to the existing 10900 kernel --- src/modules/module_33700.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module_33700.c b/src/modules/module_33700.c index 30fbf447c..97d90330e 100644 --- a/src/modules/module_33700.c +++ b/src/modules/module_33700.c @@ -18,7 +18,7 @@ static const u32 DGST_POS3 = 3; static const u32 DGST_SIZE = DGST_SIZE_4_64; static const u32 HASH_CATEGORY = HASH_CATEGORY_GENERIC_KDF; static const char *HASH_NAME = "Citrix NetScaler (PBKDF2-HMAC-SHA256)"; -static const u64 KERN_TYPE = 33700; +static const u64 KERN_TYPE = 10900; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE | OPTI_TYPE_SLOW_HASH_SIMD_LOOP; static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE