On 6/19/2024 3:21 PM, Bart Schaefer wrote: > On Mon, Jun 17, 2024 at 5:16 PM Clinton Bunch wrote: >> Also is anyone able to test on AIX or HP-UX? Since neither have >> getrandom or arc4random and would fall back to /dev/urandom, I'd like to >> make sure they work. > Would it not suffice to change the #defines in config.h so as to force > use of /dev/urandom on some other architecture? Kind of an ugly post-configure hack, but it could be used for preliminary testing of the code.  Still before shipping it should be tested on the actual OS/architecture, IMO