Remove unused token pos

We don't actually need token.buf[0] - removed it as GCC would throw a warning
pull/3283/head
Tom Stokes 2 years ago committed by GitHub
parent 1ed7fc2b5a
commit 6d755f6b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,7 +87,6 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
const int salt1_len = token.len[0];
const int salt2_len = token.len[1];
const u8 *salt1_pos = token.buf[0];
const u8 *salt2_pos = token.buf[1];
const u8 *hash_pos = token.buf[2];
const int hash_len = token.len[2];

Loading…
Cancel
Save