1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-04-05 01:06:00 +00:00

minor: 19800/kerberos5 indentation fix

This commit is contained in:
philsmd 2022-01-06 11:28:05 +01:00 committed by GitHub
parent a867af0933
commit 57ad3becf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
token.len_min[3] = 104;
token.len_max[3] = 112;
token.attr[3] = TOKEN_ATTR_VERIFY_LENGTH
| TOKEN_ATTR_VERIFY_HEX;
| TOKEN_ATTR_VERIFY_HEX;
const int rc_tokenizer = input_tokenizer ((const u8 *) line_buf, line_len, &token);