Fix KERN_TYPE in --stdout mode

This commit is contained in:
Jens Steube
2020-02-02 14:36:47 +01:00
parent c40f474c2e
commit 1290b01b3e
+1 -1
View File
@@ -18,7 +18,7 @@ static const u32 DGST_POS3 = 0;
static const u32 DGST_SIZE = DGST_SIZE_4_4;
static const u32 HASH_CATEGORY = HASH_CATEGORY_PLAIN;
static const char *HASH_NAME = "STDOUT";
static const u64 KERN_TYPE = 0;
static const u64 KERN_TYPE = 2000;
static const u32 OPTI_TYPE = 0;
static const u64 OPTS_TYPE = 0;
static const u32 SALT_TYPE = SALT_TYPE_NONE;