Jeffrey Walton noloader@gmail.com writes:
rsa-sign-tr.c: In function ‘sec_equal’: rsa-sign-tr.c:243:3: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode for (size_t i = 0; i < limbs; i++) ^ rsa-sign-tr.c:243:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
This has been fixed in https://git.lysator.liu.se/nettle/nettle/commit/f5a3a224bf00bef5669366d2ae23...
Not sure if there will be a bug-fix release 3.4.2, before we get till 3.5.
Regards, /Niels