From 87638caecd59a11beed9ee3deec7bcaedd747da3 Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Sun, 27 Feb 2022 10:21:12 +0100 Subject: [PATCH] remove extra spaces at line end in -m 25400 module --- src/modules/module_25400.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/module_25400.c b/src/modules/module_25400.c index e8a95135b..24b607e67 100644 --- a/src/modules/module_25400.c +++ b/src/modules/module_25400.c @@ -24,8 +24,8 @@ static const char *HASH_NAME = "PDF 1.4 - 1.6 (Acrobat 5 - 8) - user and ow static const u64 KERN_TYPE = 25400; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE | OPTI_TYPE_NOT_ITERATED; -static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE - | OPTS_TYPE_COPY_TMPS +static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE + | OPTS_TYPE_COPY_TMPS | OPTS_TYPE_PT_ALWAYS_ASCII | OPTS_TYPE_AUTODETECT_DISABLE; static const u32 SALT_TYPE = SALT_TYPE_EMBEDDED;