Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > - u8 *iv = walk->iv; > + u8 * const iv = walk->iv; Does adding this const actually gain anything? (this is done twice) David
Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > - u8 *iv = walk->iv; > + u8 * const iv = walk->iv; Does adding this const actually gain anything? (this is done twice) David