Oct. 30, 2022
5:07 a.m.
On 2022-10-29 21:31, Gilmore Davidson wrote:
Thanks Paul, that patch worked for me.
You're welcome. In further testing I found that some compilers complained about the first "#if HAVE_GETRANDOM". That's valid C code but the compilers warned that HAVE_GETRANDOM is not defined as a macro and that it defaults to zero there. I installed the attached further patch to pacify these compilers.