Fix a warning in -m 3100

pull/1914/head
jsteube 5 years ago
parent 5ef0de45df
commit 72050ee796

@ -98,7 +98,7 @@ int module_hash_encode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
line_len += 1;
line_len += generic_salt_encode (hashconfig, (const u8 *) salt->salt_buf, (const int) salt->salt_len, line_buf + line_len);
line_len += generic_salt_encode (hashconfig, (const u8 *) salt->salt_buf, (const int) salt->salt_len, (u8 *) line_buf + line_len);
return line_len;
}

Loading…
Cancel
Save