> This was detected while running the tests with the `-Wconditional-uninitialized` flag
>
> ```
> ./autogen.sh
> CC=clang CFLAGS="-Wconditional-uninitialized" ./configure
> make check
> ```
>
> The resulting warning is a false positive, but setting the value to -1
> ensures that the CHECK below will fail if recid is never written to.
This is a backport of [[https://github.com/bitcoin-core/secp256k1/pull/899 | secp256k1#899]]
It should allow us to finally land D9110