Renamed -m 7010 to -m 26300

This commit is contained in:
Jens Steube
2021-06-08 11:12:54 +02:00
parent 9df4b7df92
commit 733f5e82ec
7 changed files with 10 additions and 7 deletions
@@ -21,7 +21,7 @@ static const u32 DGST_POS3 = 6;
static const u32 DGST_SIZE = DGST_SIZE_4_8;
static const u32 HASH_CATEGORY = HASH_CATEGORY_OS;
static const char *HASH_NAME = "FortiGate256 (FortiOS256)";
static const u64 KERN_TYPE = 7010;
static const u64 KERN_TYPE = 26300;
static const u32 OPTI_TYPE = OPTI_TYPE_PRECOMPUTE_INIT
| OPTI_TYPE_EARLY_SKIP
| OPTI_TYPE_NOT_ITERATED;
@@ -51,6 +51,7 @@ u32 module_pw_max (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED con
{
u32 pw_max = PW_MAX;
// There's no optimized kernel?!
const bool optimized_kernel = (hashconfig->opti_type & OPTI_TYPE_OPTIMIZED_KERNEL);
if (optimized_kernel == true)