On Thu, Jan 21, 2021 at 07:14:46PM +0000, Bertrand Jacquin wrote: > hlua_init() uses 'idx' only in openssl related code, while 'i' is used > in shared code and is safe to be reused. This commit replaces the use of > 'idx' with 'i' (...)
Ah you're right, I also met this one one. Now applied, thanks Bertrand! Willy

